#F0BA88

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

Shades of Corvette #F0BA88

Tints of Corvette #F0BA88

Color information

#F0BA88 (or 0xF0BA88) is unknown color: approx Corvette. HEX triplet: F0, BA and 88. RGB value is (240,186,136). Sum of RGB (Red+Green+Blue) = 240+186+136=562 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.70% from 562); Green value is 186 (73.05% from 255 or 33.10% from 562); Blue value is 136 (53.52% from 255 or 24.20% from 562); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BA88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BA88 is #0F4577. Grayscale: #C4C4C4. Windows color (decimal): -1000824 or 8960752. OLE color: 8960752.

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

Color convert

RGB240186136-
CMYK00.220.430.06
HSL28.85º77.61%73.73%-
HSV(B)28.85º43.33%94.12%-
XYZ57.9455.4230.94-
YUV196.4593.89159.07-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.70%
GREEN value IS 186 (73.05% from 255) = 33.10%
BLUE value IS 136 (53.52% from 255) = 24.20%
R=42.70%
G=33.10%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.43
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018613600.220.430.0628.8577.6173.73
HexF0BA880162B61d4e4a
Octal36027221002653635116112
Binary1111000010111010100010000101101010111101110110011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BA88; }

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

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

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

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

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

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

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

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