Html Css Color HEX #F0A227 Lightning Yellow

📋 copy color: '#F0A227'

red 240 ◦ green 162 ◦ blue 39

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

Shades of Lightning Yellow #F0A227

Tints of Lightning Yellow #F0A227

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.73%

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

R = 54.42%
G = 36.73%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#F0A227 (or 0xF0A227) is known color: Lightning Yellow. HEX triplet: F0, A2 and 27. RGB value is (240,162,39). Sum of RGB (Red+Green+Blue) = 240+162+39=441 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.42% from 441); Green value is 162 (63.67% from 255 or 36.73% from 441); Blue value is 39 (15.62% from 255 or 8.84% from 441); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A227 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A227 is #0F5DD8. Grayscale: #ABABAB. Windows color (decimal): -1007065 or 2597616. OLE color: 2597616.

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

Color convert

RGB 240 162 39 -
CMYK 0 0.32 0.84 0.06
HSL 36.72º 0.87% 0.55% -
HSV(B) 36.72º 0.84% 0.94% -
XYZ 49.22 44.51 7.92 -
YUV 171.3 53.34 177 -
System Red Green Blue C M Y K H S L
Decimal 240 162 39 0 0.32 0.84 0.06 36.72 0.87 0.55
Hex F0 A2 27 0 20 54 6 25 57 37
Octal 360 242 47 0 40 124 6 45 127 67
Binary 11110000 10100010 100111 0 100000 1010100 110 100101 1010111 110111

Color Harmonies of #F0A227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A227

Black with #F0A227

Text Example


Text Example

White with #F0A227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A227; }

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

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

background-color css

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

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

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

border-color css

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

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

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