Color Hex Logo

#ffc54b Color Hex

#FFC54B
(255,197,75)
0 Favorites   0 Comments

Color spaces of #ffc54b

RGB 25519775
HSL0.111.000.65
HSV41°71°100°
CMYK 0.000.230.71   0.00
XYZ62.476361.700515.2731
Yxy61.70050.44800.4425
Hunter Lab78.54974.512243.4565
CIE-Lab82.75399.076066.3485

#ffc54b color RGB value is (255,197,75).

#ffc54b hex color red value is 255, green value is 197 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #ffc54b hue: 0.11 , saturation: 1.00 and the lightness value of ffc54b is 0.65.

The process color (four color CMYK) of #ffc54b color hex is 0.00, 0.23, 0.71, 0.00. Web safe color of #ffc54b is #ffcc33. Color #ffc54b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000101 01001011
Octal 377 305 113
Decimal 255 197 75
Hex FF C5 4B

RGB Percentages of Color #ffc54b

%48.39
%37.38
%14.23

CMYK Percentages of Color #ffc54b

%0
%23
%71
%0

Triadic Colors of #ffc54b

#ffc54b #4bffc5 #c54bff

Analogous Colors of #ffc54b

#ffc54b #dfff4b #ff6b4b

Monochromatic Colors of #ffc54b

#ffc54b

Complementary Color

#ffc54b #4b85ff

#ffc54b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc54b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc54b Color CSS Codes

.mybgcolor {background-color:#ffc54b; } 
.myforecolor {color:#ffc54b; }
.mybordercolor {border:3px solid #ffc54b; }

#ffc54b Text Font Color

<p style="color:#ffc54b">Text here</p>

This sample text font color is #ffc54b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ffc54b Background Color

<div style="background-color:#ffc54b">
Div content here</div>

This div background color is #ffc54b


#ffc54b Border Color

<div style="border:3px solid #ffc54b">
Div here</div>

This div border color is #ffc54b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,197,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ffc54b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ffc54b;
  -webkit-box-shadow: 1px 1px 3px 2px #ffc54b;
  box-shadow:         1px 1px 3px 2px #ffc54b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,197,75, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ffc54b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ffc54b;
  -webkit-box-shadow: 1px 1px 3px 2px #ffc54b;
  box-shadow:         1px 1px 3px 2px #ffc54b;">
Div content here</div>

This div box has shadow with color #ffc54b

Related Colors

#ffc54b Color Palettes


Comments

No comments written yet.

Please login to write comment.