Html Css Color HEX #FDA424 Lightning Yellow

📋 copy color: '#FDA424'

red 253 ◦ green 164 ◦ blue 36

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

Shades of Lightning Yellow #FDA424

Tints of Lightning Yellow #FDA424

RGB

 RED value IS 253 (99.22% from 255) = 55.85%

 GREEN value IS 164 (64.45% from 255) = 36.2%

 BLUE value IS 36 (14.45% from 255) = 7.95%

R = 55.85%
G = 36.2%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FDA424 (or 0xFDA424) is known color: Lightning Yellow. HEX triplet: FD, A4 and 24. RGB value is (253,164,36). Sum of RGB (Red+Green+Blue) = 253+164+36=453 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.85% from 453); Green value is 164 (64.45% from 255 or 36.20% from 453); Blue value is 36 (14.45% from 255 or 7.95% from 453); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA424 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA424 is #025BDB. Grayscale: #B0B0B0. Windows color (decimal): -154588 or 2401533. OLE color: 2401533.

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

Color convert

RGB 253 164 36 -
CMYK 0 0.35 0.86 0.01
HSL 35.39º 0.98% 0.57% -
HSV(B) 35.39º 0.86% 0.99% -
XYZ 54.1 47.56 8 -
YUV 176.02 48.99 182.91 -
System Red Green Blue C M Y K H S L
Decimal 253 164 36 0 0.35 0.86 0.01 35.39 0.98 0.57
Hex FD A4 24 0 23 56 1 23 62 39
Octal 375 244 44 0 43 126 1 43 142 71
Binary 11111101 10100100 100100 0 100011 1010110 1 100011 1100010 111001

Color Harmonies of #FDA424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA424

Black with #FDA424

Text Example


Text Example

White with #FDA424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA424; }

 p { color: rgb(253,164,36); }

 H1.HeaderClassName
 {
   color: #FDA424;
 }
 .AnyTagClassName
 {
   color: #FDA424;
 }
</style>

background-color css

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

 a { background-color: rgb(253,164,36); }

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

border-color css

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

 span { border-color: rgb(253,164,36); }

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