#F0BA87

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

Shades of Corvette #F0BA87

Tints of Corvette #F0BA87

Color information

#F0BA87 (or 0xF0BA87) is unknown color: approx Corvette. HEX triplet: F0, BA and 87. RGB value is (240,186,135). Sum of RGB (Red+Green+Blue) = 240+186+135=561 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.78% from 561); Green value is 186 (73.05% from 255 or 33.16% from 561); Blue value is 135 (53.12% from 255 or 24.06% from 561); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BA87 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BA87 is #0F4578. Grayscale: #C4C4C4. Windows color (decimal): -1000825 or 8895216. OLE color: 8895216.

HSL color Cylindrical-coordinate representation of color #F0BA87: hue angle of 29.14º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F0BA87 is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB240186135-
CMYK00.220.440.06
HSL29.14º77.78%73.53%-
HSV(B)29.14º43.75%94.12%-
XYZ57.8755.3930.56-
YUV196.3393.39159.15-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.78%
GREEN value IS 186 (73.05% from 255) = 33.16%
BLUE value IS 135 (53.12% from 255) = 24.06%
R=42.78%
G=33.16%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018613500.220.440.0629.1477.7873.53
HexF0BA870162C61d4e4a
Octal36027220702654635116112
Binary1111000010111010100001110101101011001101110110011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BA87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BA87; }

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

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

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

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

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

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

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

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