Html Css Color HEX #FDA924 Lightning Yellow

📋 copy color: '#FDA924'

red 253 ◦ green 169 ◦ blue 36

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

Shades of Lightning Yellow #FDA924

Tints of Lightning Yellow #FDA924

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.9%

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

R = 55.24%
G = 36.9%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FDA924 (or 0xFDA924) is known color: Lightning Yellow. HEX triplet: FD, A9 and 24. RGB value is (253,169,36). Sum of RGB (Red+Green+Blue) = 253+169+36=458 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.24% from 458); Green value is 169 (66.41% from 255 or 36.90% from 458); Blue value is 36 (14.45% from 255 or 7.86% from 458); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA924 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA924 is #0256DB. Grayscale: #B3B3B3. Windows color (decimal): -153308 or 2402813. OLE color: 2402813.

HSL color Cylindrical-coordinate representation of color #FDA924: hue angle of 36.77º 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 #FDA924 is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 169 36 -
CMYK 0 0.33 0.86 0.01
HSL 36.77º 0.98% 0.57% -
HSV(B) 36.77º 0.86% 0.99% -
XYZ 55.01 49.39 8.3 -
YUV 178.95 47.33 180.81 -
System Red Green Blue C M Y K H S L
Decimal 253 169 36 0 0.33 0.86 0.01 36.77 0.98 0.57
Hex FD A9 24 0 21 56 1 25 62 39
Octal 375 251 44 0 41 126 1 45 142 71
Binary 11111101 10101001 100100 0 100001 1010110 1 100101 1100010 111001

Color Harmonies of #FDA924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA924

Black with #FDA924

Text Example


Text Example

White with #FDA924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA924; }

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

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

background-color css

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

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

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

border-color css

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

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

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