#fca223

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

Shades of Lightning Yellow #FCA223

Tints of Lightning Yellow #FCA223

Color information

#FCA223 (or 0xFCA223) is unknown color: approx Lightning Yellow. HEX triplet: FC, A2 and 23. RGB value is (252,162,35). Sum of RGB (Red+Green+Blue) = 252+162+35=449 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.12% from 449); Green value is 162 (63.67% from 255 or 36.08% from 449); Blue value is 35 (14.06% from 255 or 7.80% from 449); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA223 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCA223 is #035DDC. Grayscale: #AFAFAF. Windows color (decimal): -220637 or 2335484. OLE color: 2335484.

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

Color convert

RGB25216235-
CMYK00.360.860.01
HSL35.12º97.31%56.27%-
HSV(B)35.12º86.11%98.82%-
XYZ53.3746.667.78-
YUV174.4349.32183.33-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 56.12%
GREEN value IS 162 (63.67% from 255) = 36.08%
BLUE value IS 35 (14.06% from 255) = 7.80%
R=56.12%
G=36.08%
B=7.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.86
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521623500.360.860.0135.1297.3156.27
HexFCA223024561236138
Octal3742424304412614314170
Binary11111100101000101000110100100101011011000111100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fca223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fca223; }

 p { color: rgb(252,162,35); }

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

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

 a { background-color: rgb(252,162,35); }

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

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

 span { border-color: rgb(252,162,35); }

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