Html Css Color HEX #FDA828 Lightning Yellow

📋 copy color: '#FDA828'

red 253 ◦ green 168 ◦ blue 40

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

Shades of Lightning Yellow #FDA828

Tints of Lightning Yellow #FDA828

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.44%

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

R = 54.88%
G = 36.44%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FDA828 (or 0xFDA828) is known color: Lightning Yellow. HEX triplet: FD, A8 and 28. RGB value is (253,168,40). Sum of RGB (Red+Green+Blue) = 253+168+40=461 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.88% from 461); Green value is 168 (66.02% from 255 or 36.44% from 461); Blue value is 40 (16.02% from 255 or 8.68% from 461); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA828 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA828 is #0257D7. Grayscale: #B3B3B3. Windows color (decimal): -153560 or 2664701. OLE color: 2664701.

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

Color convert

RGB 253 168 40 -
CMYK 0 0.34 0.84 0.01
HSL 36.06º 0.98% 0.57% -
HSV(B) 36.06º 0.84% 0.99% -
XYZ 54.89 49.04 8.58 -
YUV 178.82 49.66 180.91 -
System Red Green Blue C M Y K H S L
Decimal 253 168 40 0 0.34 0.84 0.01 36.06 0.98 0.57
Hex FD A8 28 0 22 54 1 24 62 39
Octal 375 250 50 0 42 124 1 44 142 71
Binary 11111101 10101000 101000 0 100010 1010100 1 100100 1100010 111001

Color Harmonies of #FDA828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA828

Black with #FDA828

Text Example


Text Example

White with #FDA828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA828; }

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

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

background-color css

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

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

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

border-color css

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

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

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