Html Css Color HEX #F0A02C Lightning Yellow

📋 copy color: '#F0A02C'

red 240 ◦ green 160 ◦ blue 44

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

Shades of Lightning Yellow #F0A02C

Tints of Lightning Yellow #F0A02C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.04%

 BLUE value IS 44 (17.58% from 255) = 9.91%

R = 54.05%
G = 36.04%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0A02C (or 0xF0A02C) is known color: Lightning Yellow. HEX triplet: F0, A0 and 2C. RGB value is (240,160,44). Sum of RGB (Red+Green+Blue) = 240+160+44=444 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.05% from 444); Green value is 160 (62.89% from 255 or 36.04% from 444); Blue value is 44 (17.58% from 255 or 9.91% from 444); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A02C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A02C is #0F5FD3. Grayscale: #ABABAB. Windows color (decimal): -1007572 or 2924784. OLE color: 2924784.

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

Color convert

RGB 240 160 44 -
CMYK 0 0.33 0.82 0.06
HSL 35.51º 0.87% 0.56% -
HSV(B) 35.51º 0.82% 0.94% -
XYZ 48.96 43.85 8.27 -
YUV 170.7 56.5 177.43 -
System Red Green Blue C M Y K H S L
Decimal 240 160 44 0 0.33 0.82 0.06 35.51 0.87 0.56
Hex F0 A0 2C 0 21 52 6 24 57 38
Octal 360 240 54 0 41 122 6 44 127 70
Binary 11110000 10100000 101100 0 100001 1010010 110 100100 1010111 111000

Color Harmonies of #F0A02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A02C

Black with #F0A02C

Text Example


Text Example

White with #F0A02C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A02C; }

 p { color: rgb(240,160,44); }

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

background-color css

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

 a { background-color: rgb(240,160,44); }

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

border-color css

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

 span { border-color: rgb(240,160,44); }

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