#F5C18A

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

Shades of Corvette #F5C18A

Tints of Corvette #F5C18A

Color information

#F5C18A (or 0xF5C18A) is unknown color: approx Corvette. HEX triplet: F5, C1 and 8A. RGB value is (245,193,138). Sum of RGB (Red+Green+Blue) = 245+193+138=576 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.53% from 576); Green value is 193 (75.78% from 255 or 33.51% from 576); Blue value is 138 (54.30% from 255 or 23.96% from 576); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C18A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C18A is #0A3E75. Grayscale: #CACACA. Windows color (decimal): -671350 or 9093621. OLE color: 9093621.

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

Color convert

RGB245193138-
CMYK00.210.440.04
HSL30.84º84.25%75.1%-
HSV(B)30.84º43.67%96.08%-
XYZ61.3159.3932.28-
YUV202.2891.73158.47-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.53%
GREEN value IS 193 (75.78% from 255) = 33.51%
BLUE value IS 138 (54.30% from 255) = 23.96%
R=42.53%
G=33.51%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.44
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519313800.210.440.0430.8484.2575.1
HexF5C18A0152C41f544b
Octal36530121202554437124113
Binary1111010111000001100010100101011011001001111110101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C18A; }

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

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

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

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

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

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

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

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