Html Css Color HEX #FDA928 Lightning Yellow

📋 copy color: '#FDA928'

red 253 ◦ green 169 ◦ blue 40

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

Shades of Lightning Yellow #FDA928

Tints of Lightning Yellow #FDA928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.66%

R = 54.76%
G = 36.58%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FDA928 (or 0xFDA928) is known color: Lightning Yellow. HEX triplet: FD, A9 and 28. RGB value is (253,169,40). Sum of RGB (Red+Green+Blue) = 253+169+40=462 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.76% from 462); Green value is 169 (66.41% from 255 or 36.58% from 462); Blue value is 40 (16.02% from 255 or 8.66% from 462); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA928 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA928 is #0256D7. Grayscale: #B4B4B4. Windows color (decimal): -153304 or 2664957. OLE color: 2664957.

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

Color convert

RGB 253 169 40 -
CMYK 0 0.33 0.84 0.01
HSL 36.34º 0.98% 0.57% -
HSV(B) 36.34º 0.84% 0.99% -
XYZ 55.08 49.41 8.64 -
YUV 179.41 49.33 180.49 -
System Red Green Blue C M Y K H S L
Decimal 253 169 40 0 0.33 0.84 0.01 36.34 0.98 0.57
Hex FD A9 28 0 21 54 1 24 62 39
Octal 375 251 50 0 41 124 1 44 142 71
Binary 11111101 10101001 101000 0 100001 1010100 1 100100 1100010 111001

Color Harmonies of #FDA928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA928

Black with #FDA928

Text Example


Text Example

White with #FDA928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA928; }

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

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

background-color css

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

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

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

border-color css

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

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

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