Html Css Color HEX #FDA028 Lightning Yellow

📋 copy color: '#FDA028'

red 253 ◦ green 160 ◦ blue 40

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

Shades of Lightning Yellow #FDA028

Tints of Lightning Yellow #FDA028

RGB

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

 GREEN value IS 160 (62.89% from 255) = 35.32%

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

R = 55.85%
G = 35.32%
B = 8.83%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FDA028 (or 0xFDA028) is known color: Lightning Yellow. HEX triplet: FD, A0 and 28. RGB value is (253,160,40). Sum of RGB (Red+Green+Blue) = 253+160+40=453 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.85% from 453); Green value is 160 (62.89% from 255 or 35.32% from 453); Blue value is 40 (16.02% from 255 or 8.83% from 453); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA028 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA028 is #025FD7. Grayscale: #AEAEAE. Windows color (decimal): -155608 or 2662653. OLE color: 2662653.

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

Color convert

RGB 253 160 40 -
CMYK 0 0.37 0.84 0.01
HSL 33.8º 0.98% 0.57% -
HSV(B) 33.8º 0.84% 0.99% -
XYZ 53.46 46.18 8.1 -
YUV 174.13 52.31 184.26 -
System Red Green Blue C M Y K H S L
Decimal 253 160 40 0 0.37 0.84 0.01 33.8 0.98 0.57
Hex FD A0 28 0 25 54 1 22 62 39
Octal 375 240 50 0 45 124 1 42 142 71
Binary 11111101 10100000 101000 0 100101 1010100 1 100010 1100010 111001

Color Harmonies of #FDA028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA028

Black with #FDA028

Text Example


Text Example

White with #FDA028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA028; }

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

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

background-color css

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

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

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

border-color css

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

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

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