#FDA22C

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

Shades of Lightning Yellow #FDA22C

Tints of Lightning Yellow #FDA22C

Color information

#FDA22C (or 0xFDA22C) is unknown color: approx Lightning Yellow. HEX triplet: FD, A2 and 2C. RGB value is (253,162,44). Sum of RGB (Red+Green+Blue) = 253+162+44=459 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.12% from 459); Green value is 162 (63.67% from 255 or 35.29% from 459); Blue value is 44 (17.58% from 255 or 9.59% from 459); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA22C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA22C is #025DD3. Grayscale: #B0B0B0. Windows color (decimal): -155092 or 2925309. OLE color: 2925309.

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

Color convert

RGB25316244-
CMYK00.360.830.01
HSL33.88º98.12%58.24%-
HSV(B)33.88º82.61%99.22%-
XYZ53.8846.918.6-
YUV175.7653.65183.09-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 55.12%
GREEN value IS 162 (63.67% from 255) = 35.29%
BLUE value IS 44 (17.58% from 255) = 9.59%
R=55.12%
G=35.29%
B=9.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.83
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531624400.360.830.0133.8898.1258.24
HexFDA22C02453122623a
Octal3752425404412314214272
Binary11111101101000101011000100100101001111000101100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA22C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA22C; }

 p { color: rgb(253,162,44); }

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

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

 a { background-color: rgb(253,162,44); }

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

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

 span { border-color: rgb(253,162,44); }

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