Html Css Color HEX #FDA22C Lightning Yellow

📋 copy color: '#FDA22C'

red 253 ◦ green 162 ◦ blue 44

#FDA22C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lightning Yellow #FDA22C

Tints of Lightning Yellow #FDA22C

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 value IS 0

 M value IS 0.36

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FDA22C (or 0xFDA22C) is known color: 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

RGB 253 162 44 -
CMYK 0 0.36 0.83 0.01
HSL 33.88º 0.98% 0.58% -
HSV(B) 33.88º 0.83% 0.99% -
XYZ 53.88 46.91 8.6 -
YUV 175.76 53.65 183.09 -
System Red Green Blue C M Y K H S L
Decimal 253 162 44 0 0.36 0.83 0.01 33.88 0.98 0.58
Hex FD A2 2C 0 24 53 1 22 62 3A
Octal 375 242 54 0 44 123 1 42 142 72
Binary 11111101 10100010 101100 0 100100 1010011 1 100010 1100010 111010

Color Harmonies of #FDA22C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA22C

Black with #FDA22C

Text Example


Text Example

White with #FDA22C

Text Example


Text Example

HTML Codes & Css Web 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>