Html Css Color HEX #F0AA27 Lightning Yellow

📋 copy color: '#F0AA27'

red 240 ◦ green 170 ◦ blue 39

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

Shades of Lightning Yellow #F0AA27

Tints of Lightning Yellow #F0AA27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.69%

R = 53.45%
G = 37.86%
B = 8.69%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#F0AA27 (or 0xF0AA27) is known color: Lightning Yellow. HEX triplet: F0, AA and 27. RGB value is (240,170,39). Sum of RGB (Red+Green+Blue) = 240+170+39=449 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.45% from 449); Green value is 170 (66.80% from 255 or 37.86% from 449); Blue value is 39 (15.62% from 255 or 8.69% from 449); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AA27 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0AA27 is #0F55D8. Grayscale: #B0B0B0. Windows color (decimal): -1005017 or 2599664. OLE color: 2599664.

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

Color convert

RGB 240 170 39 -
CMYK 0 0.29 0.84 0.06
HSL 39.1º 0.87% 0.55% -
HSV(B) 39.1º 0.84% 0.94% -
XYZ 50.68 47.42 8.4 -
YUV 176 50.69 173.65 -
System Red Green Blue C M Y K H S L
Decimal 240 170 39 0 0.29 0.84 0.06 39.1 0.87 0.55
Hex F0 AA 27 0 1D 54 6 27 57 37
Octal 360 252 47 0 35 124 6 47 127 67
Binary 11110000 10101010 100111 0 11101 1010100 110 100111 1010111 110111

Color Harmonies of #F0AA27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AA27

Black with #F0AA27

Text Example


Text Example

White with #F0AA27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AA27; }

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

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

background-color css

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

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

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

border-color css

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

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

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