#F2C187

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

Shades of Corvette #F2C187

Tints of Corvette #F2C187

Color information

#F2C187 (or 0xF2C187) is unknown color: approx Corvette. HEX triplet: F2, C1 and 87. RGB value is (242,193,135). Sum of RGB (Red+Green+Blue) = 242+193+135=570 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.46% from 570); Green value is 193 (75.78% from 255 or 33.86% from 570); Blue value is 135 (53.12% from 255 or 23.68% from 570); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C187 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C187 is #0D3E78. Grayscale: #C9C9C9. Windows color (decimal): -867961 or 8897010. OLE color: 8897010.

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

Color convert

RGB242193135-
CMYK00.200.440.05
HSL32.52º80.45%73.92%-
HSV(B)32.52º44.21%94.9%-
XYZ60.0658.7731.1-
YUV201.0490.73157.22-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.46%
GREEN value IS 193 (75.78% from 255) = 33.86%
BLUE value IS 135 (53.12% from 255) = 23.68%
R=42.46%
G=33.86%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219313500.200.440.0532.5280.4573.92
HexF2C1870142C521504a
Octal36230120702454541120112
Binary11110010110000011000011101010010110010110000110100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C187; }

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

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

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

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

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

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

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

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