#F0B485

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

Shades of Corvette #F0B485

Tints of Corvette #F0B485

Color information

#F0B485 (or 0xF0B485) is unknown color: approx Corvette. HEX triplet: F0, B4 and 85. RGB value is (240,180,133). Sum of RGB (Red+Green+Blue) = 240+180+133=553 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.40% from 553); Green value is 180 (70.70% from 255 or 32.55% from 553); Blue value is 133 (52.34% from 255 or 24.05% from 553); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B485 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B485 is #0F4B7A. Grayscale: #C0C0C0. Windows color (decimal): -1002363 or 8762608. OLE color: 8762608.

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

Color convert

RGB240180133-
CMYK00.250.450.06
HSL26.36º78.1%73.14%-
HSV(B)26.36º44.58%94.12%-
XYZ56.4952.8629.42-
YUV192.5894.38161.82-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.40%
GREEN value IS 180 (70.70% from 255) = 32.55%
BLUE value IS 133 (52.34% from 255) = 24.05%
R=43.40%
G=32.55%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018013300.250.450.0626.3678.173.14
HexF0B4850192D61a4e49
Octal36026420503155632116111
Binary1111000010110100100001010110011011011101101010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B485; }

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

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

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

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

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

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

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

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