#f0b582

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

Shades of Corvette #F0B582

Tints of Corvette #F0B582

Color information

#F0B582 (or 0xF0B582) is unknown color: approx Corvette. HEX triplet: F0, B5 and 82. RGB value is (240,181,130). Sum of RGB (Red+Green+Blue) = 240+181+130=551 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.56% from 551); Green value is 181 (71.09% from 255 or 32.85% from 551); Blue value is 130 (51.17% from 255 or 23.59% from 551); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B582 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B582 is #0F4A7D. Grayscale: #C1C1C1. Windows color (decimal): -1002110 or 8566256. OLE color: 8566256.

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

Color convert

RGB240181130-
CMYK00.250.460.06
HSL27.82º78.57%72.55%-
HSV(B)27.82º45.83%94.12%-
XYZ56.4953.1828.41-
YUV192.8392.55161.65-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.56%
GREEN value IS 181 (71.09% from 255) = 32.85%
BLUE value IS 130 (51.17% from 255) = 23.59%
R=43.56%
G=32.85%
B=23.59%

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
Decimal24018113000.250.460.0627.8278.5772.55
HexF0B5820192E61c4f49
Octal36026520203156634117111
Binary1111000010110101100000100110011011101101110010011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f0b582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f0b582; }

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

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

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

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

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

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

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

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