Html Css Color HEX #F2AA3B Lightning Yellow

📋 copy color: '#F2AA3B'

red 242 ◦ green 170 ◦ blue 59

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

Shades of Lightning Yellow #F2AA3B

Tints of Lightning Yellow #F2AA3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 12.53%

R = 51.38%
G = 36.09%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F2AA3B (or 0xF2AA3B) is known color: Lightning Yellow. HEX triplet: F2, AA and 3B. RGB value is (242,170,59). Sum of RGB (Red+Green+Blue) = 242+170+59=471 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.38% from 471); Green value is 170 (66.80% from 255 or 36.09% from 471); Blue value is 59 (23.44% from 255 or 12.53% from 471); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AA3B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2AA3B is #0D55C4. Grayscale: #B3B3B3. Windows color (decimal): -873925 or 3910386. OLE color: 3910386.

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

Color convert

RGB 242 170 59 -
CMYK 0 0.30 0.76 0.05
HSL 36.39º 0.88% 0.59% -
HSV(B) 36.39º 0.76% 0.95% -
XYZ 51.78 47.94 10.66 -
YUV 178.87 60.35 173.03 -
System Red Green Blue C M Y K H S L
Decimal 242 170 59 0 0.30 0.76 0.05 36.39 0.88 0.59
Hex F2 AA 3B 0 1E 4C 5 24 58 3B
Octal 362 252 73 0 36 114 5 44 130 73
Binary 11110010 10101010 111011 0 11110 1001100 101 100100 1011000 111011

Color Harmonies of #F2AA3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AA3B

Black with #F2AA3B

Text Example


Text Example

White with #F2AA3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AA3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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