#F5C18C

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

Shades of Corvette #F5C18C

Tints of Corvette #F5C18C

Color information

#F5C18C (or 0xF5C18C) is unknown color: approx Corvette. HEX triplet: F5, C1 and 8C. RGB value is (245,193,140). Sum of RGB (Red+Green+Blue) = 245+193+140=578 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.39% from 578); Green value is 193 (75.78% from 255 or 33.39% from 578); Blue value is 140 (55.08% from 255 or 24.22% from 578); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C18C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C18C is #0A3E73. Grayscale: #CACACA. Windows color (decimal): -671348 or 9224693. OLE color: 9224693.

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

Color convert

RGB245193140-
CMYK00.210.430.04
HSL30.29º84%75.49%-
HSV(B)30.29º42.86%96.08%-
XYZ61.4659.4533.05-
YUV202.5192.73158.31-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.39%
GREEN value IS 193 (75.78% from 255) = 33.39%
BLUE value IS 140 (55.08% from 255) = 24.22%
R=42.39%
G=33.39%
B=24.22%

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
Decimal24519314000.210.430.0430.298475.49
HexF5C18C0152B41e544b
Octal36530121402553436124113
Binary1111010111000001100011000101011010111001111010101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C18C; }

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

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

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

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

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

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

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

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