#F0BA79

Color #F0BA79 Corvette (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corvette #F0BA79

Tints of Corvette #F0BA79

Color information

#F0BA79 (or 0xF0BA79) is unknown color: approx Corvette. HEX triplet: F0, BA and 79. RGB value is (240,186,121). Sum of RGB (Red+Green+Blue) = 240+186+121=547 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.88% from 547); Green value is 186 (73.05% from 255 or 34.00% from 547); Blue value is 121 (47.66% from 255 or 22.12% from 547); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BA79 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BA79 is #0F4586. Grayscale: #C3C3C3. Windows color (decimal): -1000839 or 7977712. OLE color: 7977712.

HSL color Cylindrical-coordinate representation of color #F0BA79: hue angle of 32.77º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F0BA79 is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB240186121-
CMYK00.220.500.06
HSL32.77º79.87%70.78%-
HSV(B)32.77º49.58%94.12%-
XYZ56.9555.0225.71-
YUV194.7486.39160.29-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.88%
GREEN value IS 186 (73.05% from 255) = 34.00%
BLUE value IS 121 (47.66% from 255) = 22.12%
R=43.88%
G=34.00%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.50
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018612100.220.500.0632.7779.8770.78
HexF0BA79016326215047
Octal36027217102662641120107
Binary1111000010111010111100101011011001011010000110100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BA79; }

 p { color: rgb(240,186,121); }

 H1.HeaderClassName
 {
   color: #F0BA79;
 }
 .AnyTagClassName
 {
   color: #F0BA79;
 }
</style>
background-color css

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

 a { background-color: rgb(240,186,121); }

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

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

 span { border-color: rgb(240,186,121); }

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