#F5C087

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

Shades of Corvette #F5C087

Tints of Corvette #F5C087

Color information

#F5C087 (or 0xF5C087) is unknown color: approx Corvette. HEX triplet: F5, C0 and 87. RGB value is (245,192,135). Sum of RGB (Red+Green+Blue) = 245+192+135=572 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.83% from 572); Green value is 192 (75.39% from 255 or 33.57% from 572); Blue value is 135 (53.12% from 255 or 23.60% from 572); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C087 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C087 is #0A3F78. Grayscale: #C9C9C9. Windows color (decimal): -671609 or 8896757. OLE color: 8896757.

HSL color Cylindrical-coordinate representation of color #F5C087: hue angle of 31.09º degrees, saturation: 0.85, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F5C087 is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB245192135-
CMYK00.220.450.04
HSL31.09º84.62%74.51%-
HSV(B)31.09º44.9%96.08%-
XYZ60.8858.8631.07-
YUV201.3590.56159.13-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.83%
GREEN value IS 192 (75.39% from 255) = 33.57%
BLUE value IS 135 (53.12% from 255) = 23.60%
R=42.83%
G=33.57%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519213500.220.450.0431.0984.6274.51
HexF5C0870162D41f554b
Octal36530020702655437125113
Binary1111010111000000100001110101101011011001111110101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C087; }

 p { color: rgb(245,192,135); }

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

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

 a { background-color: rgb(245,192,135); }

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

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

 span { border-color: rgb(245,192,135); }

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