#F0BF82

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

Shades of Corvette #F0BF82

Tints of Corvette #F0BF82

Color information

#F0BF82 (or 0xF0BF82) is unknown color: approx Corvette. HEX triplet: F0, BF and 82. RGB value is (240,191,130). Sum of RGB (Red+Green+Blue) = 240+191+130=561 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.78% from 561); Green value is 191 (75% from 255 or 34.05% from 561); Blue value is 130 (51.17% from 255 or 23.17% from 561); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BF82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BF82 is #0F407D. Grayscale: #C6C6C6. Windows color (decimal): -999550 or 8568816. OLE color: 8568816.

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

Color convert

RGB240191130-
CMYK00.200.460.06
HSL33.27º78.57%72.55%-
HSV(B)33.27º45.83%94.12%-
XYZ58.657.429.11-
YUV198.789.23157.46-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.78%
GREEN value IS 191 (75% from 255) = 34.05%
BLUE value IS 130 (51.17% from 255) = 23.17%
R=42.78%
G=34.05%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019113000.200.460.0633.2778.5772.55
HexF0BF820142E6214f49
Octal36027720202456641117111
Binary11110000101111111000001001010010111011010000110011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BF82; }

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

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

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

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

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

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

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

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