#F3BA82

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

Shades of Corvette #F3BA82

Tints of Corvette #F3BA82

Color information

#F3BA82 (or 0xF3BA82) is unknown color: approx Corvette. HEX triplet: F3, BA and 82. RGB value is (243,186,130). Sum of RGB (Red+Green+Blue) = 243+186+130=559 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.47% from 559); Green value is 186 (73.05% from 255 or 33.27% from 559); Blue value is 130 (51.17% from 255 or 23.26% from 559); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BA82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3BA82 is #0C457D. Grayscale: #C4C4C4. Windows color (decimal): -804222 or 8567539. OLE color: 8567539.

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

Color convert

RGB243186130-
CMYK00.230.470.05
HSL29.73º82.48%73.14%-
HSV(B)29.73º46.5%95.29%-
XYZ58.5555.7828.8-
YUV196.6690.38161.05-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 43.47%
GREEN value IS 186 (73.05% from 255) = 33.27%
BLUE value IS 130 (51.17% from 255) = 23.26%
R=43.47%
G=33.27%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318613000.230.470.0529.7382.4873.14
HexF3BA820172F51e5249
Octal36327220202757536122111
Binary1111001110111010100000100101111011111011111010100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BA82; }

 p { color: rgb(243,186,130); }

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

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

 a { background-color: rgb(243,186,130); }

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

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

 span { border-color: rgb(243,186,130); }

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