Html Css Color HEX #F2AA28 Lightning Yellow

📋 copy color: '#F2AA28'

red 242 ◦ green 170 ◦ blue 40

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

Shades of Lightning Yellow #F2AA28

Tints of Lightning Yellow #F2AA28

RGB

 RED value IS 242 (94.92% from 255) = 53.54%

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

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

R = 53.54%
G = 37.61%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F2AA28 (or 0xF2AA28) is known color: Lightning Yellow. HEX triplet: F2, AA and 28. RGB value is (242,170,40). Sum of RGB (Red+Green+Blue) = 242+170+40=452 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.54% from 452); Green value is 170 (66.80% from 255 or 37.61% from 452); Blue value is 40 (16.02% from 255 or 8.85% from 452); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AA28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2AA28 is #0D55D7. Grayscale: #B1B1B1. Windows color (decimal): -873944 or 2665202. OLE color: 2665202.

HSL color Cylindrical-coordinate representation of color #F2AA28: hue angle of 38.61º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F2AA28 is Cyan = 0, Magento = 0.30, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 170 40 -
CMYK 0 0.30 0.83 0.05
HSL 38.61º 0.89% 0.55% -
HSV(B) 38.61º 0.83% 0.95% -
XYZ 51.38 47.78 8.52 -
YUV 176.71 50.85 174.57 -
System Red Green Blue C M Y K H S L
Decimal 242 170 40 0 0.30 0.83 0.05 38.61 0.89 0.55
Hex F2 AA 28 0 1E 53 5 27 59 37
Octal 362 252 50 0 36 123 5 47 131 67
Binary 11110010 10101010 101000 0 11110 1010011 101 100111 1011001 110111

Color Harmonies of #F2AA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AA28

Black with #F2AA28

Text Example


Text Example

White with #F2AA28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AA28; }

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

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

background-color css

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

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

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

border-color css

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

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

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