#F0B685

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

Shades of Corvette #F0B685

Tints of Corvette #F0B685

Color information

#F0B685 (or 0xF0B685) is unknown color: approx Corvette. HEX triplet: F0, B6 and 85. RGB value is (240,182,133). Sum of RGB (Red+Green+Blue) = 240+182+133=555 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.24% from 555); Green value is 182 (71.48% from 255 or 32.79% from 555); Blue value is 133 (52.34% from 255 or 23.96% from 555); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B685 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B685 is #0F497A. Grayscale: #C2C2C2. Windows color (decimal): -1001851 or 8763120. OLE color: 8763120.

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

Color convert

RGB240182133-
CMYK00.240.450.06
HSL27.48º78.1%73.14%-
HSV(B)27.48º44.58%94.12%-
XYZ56.953.6729.55-
YUV193.7693.72160.98-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.24%
GREEN value IS 182 (71.48% from 255) = 32.79%
BLUE value IS 133 (52.34% from 255) = 23.96%
R=43.24%
G=32.79%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018213300.240.450.0627.4878.173.14
HexF0B6850182D61b4e49
Octal36026620503055633116111
Binary1111000010110110100001010110001011011101101110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B685; }

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

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

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

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

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

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

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

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