#F3B980

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

Shades of Corvette #F3B980

Tints of Corvette #F3B980

Color information

#F3B980 (or 0xF3B980) is unknown color: approx Corvette. HEX triplet: F3, B9 and 80. RGB value is (243,185,128). Sum of RGB (Red+Green+Blue) = 243+185+128=556 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.71% from 556); Green value is 185 (72.66% from 255 or 33.27% from 556); Blue value is 128 (50.39% from 255 or 23.02% from 556); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B980 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3B980 is #0C467F. Grayscale: #C4C4C4. Windows color (decimal): -804480 or 8436211. OLE color: 8436211.

HSL color Cylindrical-coordinate representation of color #F3B980: hue angle of 29.74º degrees, saturation: 0.83, 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 #F3B980 is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB243185128-
CMYK00.240.470.05
HSL29.74º82.73%72.75%-
HSV(B)29.74º47.33%95.29%-
XYZ58.2155.3128.03-
YUV195.8489.72161.63-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 43.71%
GREEN value IS 185 (72.66% from 255) = 33.27%
BLUE value IS 128 (50.39% from 255) = 23.02%
R=43.71%
G=33.27%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318512800.240.470.0529.7482.7372.75
HexF3B9800182F51e5349
Octal36327120003057536123111
Binary1111001110111001100000000110001011111011111010100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B980; }

 p { color: rgb(243,185,128); }

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

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

 a { background-color: rgb(243,185,128); }

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

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

 span { border-color: rgb(243,185,128); }

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