#F0BD82

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

Shades of Corvette #F0BD82

Tints of Corvette #F0BD82

Color information

#F0BD82 (or 0xF0BD82) is unknown color: approx Corvette. HEX triplet: F0, BD and 82. RGB value is (240,189,130). Sum of RGB (Red+Green+Blue) = 240+189+130=559 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.93% from 559); Green value is 189 (74.22% from 255 or 33.81% from 559); Blue value is 130 (51.17% from 255 or 23.26% from 559); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BD82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BD82 is #0F427D. Grayscale: #C5C5C5. Windows color (decimal): -1000062 or 8568304. OLE color: 8568304.

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

Color convert

RGB240189130-
CMYK00.210.460.06
HSL32.18º78.57%72.55%-
HSV(B)32.18º45.83%94.12%-
XYZ58.1656.5328.97-
YUV197.5289.9158.3-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.93%
GREEN value IS 189 (74.22% from 255) = 33.81%
BLUE value IS 130 (51.17% from 255) = 23.26%
R=42.93%
G=33.81%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018913000.210.460.0632.1878.5772.55
HexF0BD820152E6204f49
Octal36027520202556640117111
Binary11110000101111011000001001010110111011010000010011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BD82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BD82; }

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

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

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

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

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

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

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

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