#FCA542

Color #FCA542 Yellow Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Orange #FCA542

Tints of Yellow Orange #FCA542

Color information

#FCA542 (or 0xFCA542) is unknown color: approx Yellow Orange. HEX triplet: FC, A5 and 42. RGB value is (252,165,66). Sum of RGB (Red+Green+Blue) = 252+165+66=483 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.17% from 483); Green value is 165 (64.84% from 255 or 34.16% from 483); Blue value is 66 (26.17% from 255 or 13.66% from 483); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA542 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCA542 is #035ABD. Grayscale: #B4B4B4. Windows color (decimal): -219838 or 4367868. OLE color: 4367868.

HSL color Cylindrical-coordinate representation of color #FCA542: hue angle of 31.94º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FCA542 is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.01.

Color convert

RGB25216566-
CMYK00.350.740.01
HSL31.94º96.88%62.35%-
HSV(B)31.94º73.81%98.82%-
XYZ54.584811.54-
YUV179.7363.82179.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 52.17%
GREEN value IS 165 (64.84% from 255) = 34.16%
BLUE value IS 66 (26.17% from 255) = 13.66%
R=52.17%
G=34.16%
B=13.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.74
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521656600.350.740.0131.9496.8862.35
HexFCA5420234A120613e
Octal37424510204311214014176
Binary111111001010010110000100100011100101011000001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA542; }

 p { color: rgb(252,165,66); }

 H1.HeaderClassName
 {
   color: #FCA542;
 }
 .AnyTagClassName
 {
   color: #FCA542;
 }
</style>
background-color css

<style>
 a { background-color: #FCA542; }

 a { background-color: rgb(252,165,66); }

 div.DivClassName
 {
   background-color: #FCA542;
 }
 .BgClassName
 {
   background-color: #FCA542;
 }
</style>
border-color css

<style>
 span { border-color: #FCA542; }

 span { border-color: rgb(252,165,66); }

 td.TdClassName
 {
   border-color: #FCA542;
 }
 .TagClassName
 {
   border-color: #FCA542;
 }
</style>