#F2C18E

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

Shades of Corvette #F2C18E

Tints of Corvette #F2C18E

Color information

#F2C18E (or 0xF2C18E) is unknown color: approx Corvette. HEX triplet: F2, C1 and 8E. RGB value is (242,193,142). Sum of RGB (Red+Green+Blue) = 242+193+142=577 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.94% from 577); Green value is 193 (75.78% from 255 or 33.45% from 577); Blue value is 142 (55.86% from 255 or 24.61% from 577); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C18E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C18E is #0D3E71. Grayscale: #CACACA. Windows color (decimal): -867954 or 9355762. OLE color: 9355762.

HSL color Cylindrical-coordinate representation of color #F2C18E: hue angle of 30.6º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F2C18E is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB242193142-
CMYK00.200.410.05
HSL30.6º79.37%75.29%-
HSV(B)30.6º41.32%94.9%-
XYZ60.5758.9733.78-
YUV201.8494.23156.65-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.94%
GREEN value IS 193 (75.78% from 255) = 33.45%
BLUE value IS 142 (55.86% from 255) = 24.61%
R=41.94%
G=33.45%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219314200.200.410.0530.679.3775.29
HexF2C18E0142951f4f4b
Octal36230121602451537117113
Binary1111001011000001100011100101001010011011111110011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C18E; }

 p { color: rgb(242,193,142); }

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

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

 a { background-color: rgb(242,193,142); }

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

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

 span { border-color: rgb(242,193,142); }

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