#F0BD84

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

Shades of Corvette #F0BD84

Tints of Corvette #F0BD84

Color information

#F0BD84 (or 0xF0BD84) is unknown color: approx Corvette. HEX triplet: F0, BD and 84. RGB value is (240,189,132). Sum of RGB (Red+Green+Blue) = 240+189+132=561 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.78% from 561); Green value is 189 (74.22% from 255 or 33.69% from 561); Blue value is 132 (51.95% from 255 or 23.53% from 561); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BD84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BD84 is #0F427B. Grayscale: #C6C6C6. Windows color (decimal): -1000060 or 8699376. OLE color: 8699376.

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

Color convert

RGB240189132-
CMYK00.210.450.06
HSL31.67º78.26%72.94%-
HSV(B)31.67º45%94.12%-
XYZ58.356.5929.68-
YUV197.7590.9158.13-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.78%
GREEN value IS 189 (74.22% from 255) = 33.69%
BLUE value IS 132 (51.95% from 255) = 23.53%
R=42.78%
G=33.69%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018913200.210.450.0631.6778.2672.94
HexF0BD840152D6204e49
Octal36027520402555640116111
Binary11110000101111011000010001010110110111010000010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BD84; }

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

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

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

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

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

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

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

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