#F5C18B

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

Shades of Corvette #F5C18B

Tints of Corvette #F5C18B

Color information

#F5C18B (or 0xF5C18B) is unknown color: approx Corvette. HEX triplet: F5, C1 and 8B. RGB value is (245,193,139). Sum of RGB (Red+Green+Blue) = 245+193+139=577 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.46% from 577); Green value is 193 (75.78% from 255 or 33.45% from 577); Blue value is 139 (54.69% from 255 or 24.09% from 577); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C18B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C18B is #0A3E74. Grayscale: #CACACA. Windows color (decimal): -671349 or 9159157. OLE color: 9159157.

HSL color Cylindrical-coordinate representation of color #F5C18B: hue angle of 30.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 #F5C18B is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB245193139-
CMYK00.210.430.04
HSL30.57º84.13%75.29%-
HSV(B)30.57º43.27%96.08%-
XYZ61.3959.4232.66-
YUV202.3992.23158.39-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.46%
GREEN value IS 193 (75.78% from 255) = 33.45%
BLUE value IS 139 (54.69% from 255) = 24.09%
R=42.46%
G=33.45%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519313900.210.430.0430.5784.1375.29
HexF5C18B0152B41f544b
Octal36530121302553437124113
Binary1111010111000001100010110101011010111001111110101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C18B; }

 p { color: rgb(245,193,139); }

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

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

 a { background-color: rgb(245,193,139); }

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

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

 span { border-color: rgb(245,193,139); }

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