#F0BF87

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

Shades of Corvette #F0BF87

Tints of Corvette #F0BF87

Color information

#F0BF87 (or 0xF0BF87) is unknown color: approx Corvette. HEX triplet: F0, BF and 87. RGB value is (240,191,135). Sum of RGB (Red+Green+Blue) = 240+191+135=566 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.40% from 566); Green value is 191 (75% from 255 or 33.75% from 566); Blue value is 135 (53.12% from 255 or 23.85% from 566); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BF87 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BF87 is #0F4078. Grayscale: #C7C7C7. Windows color (decimal): -999545 or 8896496. OLE color: 8896496.

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

Color convert

RGB240191135-
CMYK00.200.440.06
HSL32º77.78%73.53%-
HSV(B)32º43.75%94.12%-
XYZ58.9457.5430.92-
YUV199.2791.73157.05-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.40%
GREEN value IS 191 (75% from 255) = 33.75%
BLUE value IS 135 (53.12% from 255) = 23.85%
R=42.40%
G=33.75%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019113500.200.440.063277.7873.53
HexF0BF870142C6204e4a
Octal36027720702454640116112
Binary11110000101111111000011101010010110011010000010011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BF87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BF87; }

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

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

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

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

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

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

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

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