#F0BE85

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

Shades of Corvette #F0BE85

Tints of Corvette #F0BE85

Color information

#F0BE85 (or 0xF0BE85) is unknown color: approx Corvette. HEX triplet: F0, BE and 85. RGB value is (240,190,133). Sum of RGB (Red+Green+Blue) = 240+190+133=563 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.63% from 563); Green value is 190 (74.61% from 255 or 33.75% from 563); Blue value is 133 (52.34% from 255 or 23.62% from 563); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BE85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BE85 is #0F417A. Grayscale: #C6C6C6. Windows color (decimal): -999803 or 8765168. OLE color: 8765168.

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

Color convert

RGB240190133-
CMYK00.210.450.06
HSL31.96º78.1%73.14%-
HSV(B)31.96º44.58%94.12%-
XYZ58.5857.0530.11-
YUV198.4591.06157.63-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.63%
GREEN value IS 190 (74.61% from 255) = 33.75%
BLUE value IS 133 (52.34% from 255) = 23.62%
R=42.63%
G=33.75%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019013300.210.450.0631.9678.173.14
HexF0BE850152D6204e49
Octal36027620502555640116111
Binary11110000101111101000010101010110110111010000010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BE85; }

 p { color: rgb(240,190,133); }

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

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

 a { background-color: rgb(240,190,133); }

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

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

 span { border-color: rgb(240,190,133); }

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