Html Css Color HEX #F0A22B Lightning Yellow

📋 copy color: '#F0A22B'

red 240 ◦ green 162 ◦ blue 43

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

Shades of Lightning Yellow #F0A22B

Tints of Lightning Yellow #F0A22B

RGB

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

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

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

R = 53.93%
G = 36.4%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0A22B (or 0xF0A22B) is known color: Lightning Yellow. HEX triplet: F0, A2 and 2B. RGB value is (240,162,43). Sum of RGB (Red+Green+Blue) = 240+162+43=445 (58% of max value = 765). Red value is 240 (94.14% from 255 or 53.93% from 445); Green value is 162 (63.67% from 255 or 36.40% from 445); Blue value is 43 (17.19% from 255 or 9.66% from 445); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A22B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A22B is #0F5DD4. Grayscale: #ACACAC. Windows color (decimal): -1007061 or 2859760. OLE color: 2859760.

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

Color convert

RGB 240 162 43 -
CMYK 0 0.32 0.82 0.06
HSL 36.24º 0.87% 0.55% -
HSV(B) 36.24º 0.82% 0.94% -
XYZ 49.29 44.54 8.28 -
YUV 171.76 55.34 176.68 -
System Red Green Blue C M Y K H S L
Decimal 240 162 43 0 0.32 0.82 0.06 36.24 0.87 0.55
Hex F0 A2 2B 0 20 52 6 24 57 37
Octal 360 242 53 0 40 122 6 44 127 67
Binary 11110000 10100010 101011 0 100000 1010010 110 100100 1010111 110111

Color Harmonies of #F0A22B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A22B

Black with #F0A22B

Text Example


Text Example

White with #F0A22B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A22B; }

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

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

background-color css

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

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

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

border-color css

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

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

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