#F2BA84

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

Shades of Corvette #F2BA84

Tints of Corvette #F2BA84

Color information

#F2BA84 (or 0xF2BA84) is unknown color: approx Corvette. HEX triplet: F2, BA and 84. RGB value is (242,186,132). Sum of RGB (Red+Green+Blue) = 242+186+132=560 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.21% from 560); Green value is 186 (73.05% from 255 or 33.21% from 560); Blue value is 132 (51.95% from 255 or 23.57% from 560); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BA84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BA84 is #0D457B. Grayscale: #C4C4C4. Windows color (decimal): -869756 or 8698610. OLE color: 8698610.

HSL color Cylindrical-coordinate representation of color #F2BA84: hue angle of 29.45º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F2BA84 is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB242186132-
CMYK00.230.450.05
HSL29.45º80.88%73.33%-
HSV(B)29.45º45.45%94.9%-
XYZ58.3455.6629.5-
YUV196.5991.55160.39-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.21%
GREEN value IS 186 (73.05% from 255) = 33.21%
BLUE value IS 132 (51.95% from 255) = 23.57%
R=43.21%
G=33.21%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218613200.230.450.0529.4580.8873.33
HexF2BA840172D51d5149
Octal36227220402755535121111
Binary1111001010111010100001000101111011011011110110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BA84; }

 p { color: rgb(242,186,132); }

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

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

 a { background-color: rgb(242,186,132); }

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

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

 span { border-color: rgb(242,186,132); }

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