#F0B482

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

Shades of Corvette #F0B482

Tints of Corvette #F0B482

Color information

#F0B482 (or 0xF0B482) is unknown color: approx Corvette. HEX triplet: F0, B4 and 82. RGB value is (240,180,130). Sum of RGB (Red+Green+Blue) = 240+180+130=550 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.64% from 550); Green value is 180 (70.70% from 255 or 32.73% from 550); Blue value is 130 (51.17% from 255 or 23.64% from 550); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B482 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B482 is #0F4B7D. Grayscale: #C0C0C0. Windows color (decimal): -1002366 or 8566000. OLE color: 8566000.

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

Color convert

RGB240180130-
CMYK00.250.460.06
HSL27.27º78.57%72.55%-
HSV(B)27.27º45.83%94.12%-
XYZ56.2952.7828.34-
YUV192.2492.88162.07-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.64%
GREEN value IS 180 (70.70% from 255) = 32.73%
BLUE value IS 130 (51.17% from 255) = 23.64%
R=43.64%
G=32.73%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018013000.250.460.0627.2778.5772.55
HexF0B4820192E61b4f49
Octal36026420203156633117111
Binary1111000010110100100000100110011011101101101110011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B482; }

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

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

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

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

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

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

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

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