#F0BF89

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

Shades of Corvette #F0BF89

Tints of Corvette #F0BF89

Color information

#F0BF89 (or 0xF0BF89) is unknown color: approx Corvette. HEX triplet: F0, BF and 89. RGB value is (240,191,137). Sum of RGB (Red+Green+Blue) = 240+191+137=568 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.25% from 568); Green value is 191 (75% from 255 or 33.63% from 568); Blue value is 137 (53.91% from 255 or 24.12% from 568); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BF89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BF89 is #0F4076. Grayscale: #C7C7C7. Windows color (decimal): -999543 or 9027568. OLE color: 9027568.

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

Color convert

RGB240191137-
CMYK00.200.430.06
HSL31.46º77.44%73.92%-
HSV(B)31.46º42.92%94.12%-
XYZ59.0857.5931.67-
YUV199.4992.73156.89-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.25%
GREEN value IS 191 (75% from 255) = 33.63%
BLUE value IS 137 (53.91% from 255) = 24.12%
R=42.25%
G=33.63%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.43
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019113700.200.430.0631.4677.4473.92
HexF0BF890142B61f4d4a
Octal36027721102453637115112
Binary1111000010111111100010010101001010111101111110011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BF89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BF89; }

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

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

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

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

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

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

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

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