Html Css Color HEX #F0AA28 Lightning Yellow

📋 copy color: '#F0AA28'

red 240 ◦ green 170 ◦ blue 40

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

Shades of Lightning Yellow #F0AA28

Tints of Lightning Yellow #F0AA28

RGB

 RED value IS 240 (94.14% from 255) = 53.33%

 GREEN value IS 170 (66.8% from 255) = 37.78%

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

R = 53.33%
G = 37.78%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#F0AA28 (or 0xF0AA28) is known color: Lightning Yellow. HEX triplet: F0, AA and 28. RGB value is (240,170,40). Sum of RGB (Red+Green+Blue) = 240+170+40=450 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.33% from 450); Green value is 170 (66.80% from 255 or 37.78% from 450); Blue value is 40 (16.02% from 255 or 8.89% from 450); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AA28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0AA28 is #0F55D7. Grayscale: #B0B0B0. Windows color (decimal): -1005016 or 2665200. OLE color: 2665200.

HSL color Cylindrical-coordinate representation of color #F0AA28: hue angle of 39º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F0AA28 is Cyan = 0, Magento = 0.29, Yellow = 0.83 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 170 40 -
CMYK 0 0.29 0.83 0.06
HSL 39º 0.87% 0.55% -
HSV(B) 39º 0.83% 0.94% -
XYZ 50.69 47.43 8.49 -
YUV 176.11 51.19 173.57 -
System Red Green Blue C M Y K H S L
Decimal 240 170 40 0 0.29 0.83 0.06 39 0.87 0.55
Hex F0 AA 28 0 1D 53 6 27 57 37
Octal 360 252 50 0 35 123 6 47 127 67
Binary 11110000 10101010 101000 0 11101 1010011 110 100111 1010111 110111

Color Harmonies of #F0AA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AA28

Black with #F0AA28

Text Example


Text Example

White with #F0AA28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AA28; }

 p { color: rgb(240,170,40); }

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

background-color css

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

 a { background-color: rgb(240,170,40); }

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

border-color css

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

 span { border-color: rgb(240,170,40); }

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