#F5BE8C

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

Shades of Corvette #F5BE8C

Tints of Corvette #F5BE8C

Color information

#F5BE8C (or 0xF5BE8C) is unknown color: approx Corvette. HEX triplet: F5, BE and 8C. RGB value is (245,190,140). Sum of RGB (Red+Green+Blue) = 245+190+140=575 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.61% from 575); Green value is 190 (74.61% from 255 or 33.04% from 575); Blue value is 140 (55.08% from 255 or 24.35% from 575); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BE8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5BE8C is #0A4173. Grayscale: #C9C9C9. Windows color (decimal): -672116 or 9223925. OLE color: 9223925.

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

Color convert

RGB245190140-
CMYK00.220.430.04
HSL28.57º84%75.49%-
HSV(B)28.57º42.86%96.08%-
XYZ60.858.1332.83-
YUV200.7493.72159.57-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.61%
GREEN value IS 190 (74.61% from 255) = 33.04%
BLUE value IS 140 (55.08% from 255) = 24.35%
R=42.61%
G=33.04%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519014000.220.430.0428.578475.49
HexF5BE8C0162B41d544b
Octal36527621402653435124113
Binary1111010110111110100011000101101010111001110110101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BE8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BE8C; }

 p { color: rgb(245,190,140); }

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

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

 a { background-color: rgb(245,190,140); }

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

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

 span { border-color: rgb(245,190,140); }

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