Html Css Color HEX #F0AA2B Lightning Yellow

📋 copy color: '#F0AA2B'

red 240 ◦ green 170 ◦ blue 43

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

Shades of Lightning Yellow #F0AA2B

Tints of Lightning Yellow #F0AA2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.49%

R = 52.98%
G = 37.53%
B = 9.49%

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

#F0AA2B (or 0xF0AA2B) is known color: Lightning Yellow. HEX triplet: F0, AA and 2B. RGB value is (240,170,43). Sum of RGB (Red+Green+Blue) = 240+170+43=453 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.98% from 453); Green value is 170 (66.80% from 255 or 37.53% from 453); Blue value is 43 (17.19% from 255 or 9.49% from 453); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AA2B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0AA2B is #0F55D4. Grayscale: #B1B1B1. Windows color (decimal): -1005013 or 2861808. OLE color: 2861808.

HSL color Cylindrical-coordinate representation of color #F0AA2B: hue angle of 38.68º 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 #F0AA2B is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 170 43 -
CMYK 0 0.29 0.82 0.06
HSL 38.68º 0.87% 0.55% -
HSV(B) 38.68º 0.82% 0.94% -
XYZ 50.75 47.45 8.77 -
YUV 176.45 52.69 173.33 -
System Red Green Blue C M Y K H S L
Decimal 240 170 43 0 0.29 0.82 0.06 38.68 0.87 0.55
Hex F0 AA 2B 0 1D 52 6 27 57 37
Octal 360 252 53 0 35 122 6 47 127 67
Binary 11110000 10101010 101011 0 11101 1010010 110 100111 1010111 110111

Color Harmonies of #F0AA2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AA2B

Black with #F0AA2B

Text Example


Text Example

White with #F0AA2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AA2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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