#F1C288

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

Shades of Corvette #F1C288

Tints of Corvette #F1C288

Color information

#F1C288 (or 0xF1C288) is unknown color: approx Corvette. HEX triplet: F1, C2 and 88. RGB value is (241,194,136). Sum of RGB (Red+Green+Blue) = 241+194+136=571 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.21% from 571); Green value is 194 (76.17% from 255 or 33.98% from 571); Blue value is 136 (53.52% from 255 or 23.82% from 571); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C288 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C288 is #0E3D77. Grayscale: #C9C9C9. Windows color (decimal): -933240 or 8962801. OLE color: 8962801.

HSL color Cylindrical-coordinate representation of color #F1C288: hue angle of 33.14º degrees, saturation: 0.79, 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 #F1C288 is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB241194136-
CMYK00.200.440.05
HSL33.14º78.95%73.92%-
HSV(B)33.14º43.57%94.51%-
XYZ60.0159.0631.53-
YUV201.4491.07156.22-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.21%
GREEN value IS 194 (76.17% from 255) = 33.98%
BLUE value IS 136 (53.52% from 255) = 23.82%
R=42.21%
G=33.98%
B=23.82%

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
Decimal24119413600.200.440.0533.1478.9573.92
HexF1C2880142C5214f4a
Octal36130221002454541117112
Binary11110001110000101000100001010010110010110000110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C288; }

 p { color: rgb(241,194,136); }

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

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

 a { background-color: rgb(241,194,136); }

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

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

 span { border-color: rgb(241,194,136); }

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