#F5BF87

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

Shades of Corvette #F5BF87

Tints of Corvette #F5BF87

Color information

#F5BF87 (or 0xF5BF87) is unknown color: approx Corvette. HEX triplet: F5, BF and 87. RGB value is (245,191,135). Sum of RGB (Red+Green+Blue) = 245+191+135=571 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.91% from 571); Green value is 191 (75% from 255 or 33.45% from 571); Blue value is 135 (53.12% from 255 or 23.64% from 571); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BF87 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5BF87 is #0A4078. Grayscale: #C9C9C9. Windows color (decimal): -671865 or 8896501. OLE color: 8896501.

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

Color convert

RGB245191135-
CMYK00.220.450.04
HSL30.55º84.62%74.51%-
HSV(B)30.55º44.9%96.08%-
XYZ60.6658.4231-
YUV200.7690.89159.55-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.91%
GREEN value IS 191 (75% from 255) = 33.45%
BLUE value IS 135 (53.12% from 255) = 23.64%
R=42.91%
G=33.45%
B=23.64%

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
Decimal24519113500.220.450.0430.5584.6274.51
HexF5BF870162D41f554b
Octal36527720702655437125113
Binary1111010110111111100001110101101011011001111110101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BF87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BF87; }

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

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

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

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

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

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

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

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