#FCA02D

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

Shades of Lightning Yellow #FCA02D

Tints of Lightning Yellow #FCA02D

Color information

#FCA02D (or 0xFCA02D) is unknown color: approx Lightning Yellow. HEX triplet: FC, A0 and 2D. RGB value is (252,160,45). Sum of RGB (Red+Green+Blue) = 252+160+45=457 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.14% from 457); Green value is 160 (62.89% from 255 or 35.01% from 457); Blue value is 45 (17.97% from 255 or 9.85% from 457); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA02D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCA02D is #035FD2. Grayscale: #AEAEAE. Windows color (decimal): -221139 or 2990332. OLE color: 2990332.

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

Color convert

RGB25216045-
CMYK00.370.820.01
HSL33.33º97.18%58.24%-
HSV(B)33.33º82.14%98.82%-
XYZ53.1946.038.56-
YUV174.454.98183.35-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 55.14%
GREEN value IS 160 (62.89% from 255) = 35.01%
BLUE value IS 45 (17.97% from 255) = 9.85%
R=55.14%
G=35.01%
B=9.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.82
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521604500.370.820.0133.3397.1858.24
HexFCA02D02552121613a
Octal3742405504512214114172
Binary11111100101000001011010100101101001011000011100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA02D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA02D; }

 p { color: rgb(252,160,45); }

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

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

 a { background-color: rgb(252,160,45); }

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

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

 span { border-color: rgb(252,160,45); }

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