Html Css Color HEX #F0AA2A Lightning Yellow

📋 copy color: '#F0AA2A'

red 240 ◦ green 170 ◦ blue 42

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

Shades of Lightning Yellow #F0AA2A

Tints of Lightning Yellow #F0AA2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.29%

R = 53.1%
G = 37.61%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0AA2A (or 0xF0AA2A) is known color: Lightning Yellow. HEX triplet: F0, AA and 2A. RGB value is (240,170,42). Sum of RGB (Red+Green+Blue) = 240+170+42=452 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.10% from 452); Green value is 170 (66.80% from 255 or 37.61% from 452); Blue value is 42 (16.80% from 255 or 9.29% from 452); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AA2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0AA2A is #0F55D5. Grayscale: #B0B0B0. Windows color (decimal): -1005014 or 2796272. OLE color: 2796272.

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

Color convert

RGB 240 170 42 -
CMYK 0 0.29 0.82 0.06
HSL 38.79º 0.87% 0.55% -
HSV(B) 38.79º 0.83% 0.94% -
XYZ 50.73 47.44 8.67 -
YUV 176.34 52.19 173.41 -
System Red Green Blue C M Y K H S L
Decimal 240 170 42 0 0.29 0.82 0.06 38.79 0.87 0.55
Hex F0 AA 2A 0 1D 52 6 27 57 37
Octal 360 252 52 0 35 122 6 47 127 67
Binary 11110000 10101010 101010 0 11101 1010010 110 100111 1010111 110111

Color Harmonies of #F0AA2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AA2A

Black with #F0AA2A

Text Example


Text Example

White with #F0AA2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AA2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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