#F1C184

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

Shades of Corvette #F1C184

Tints of Corvette #F1C184

Color information

#F1C184 (or 0xF1C184) is unknown color: approx Corvette. HEX triplet: F1, C1 and 84. RGB value is (241,193,132). Sum of RGB (Red+Green+Blue) = 241+193+132=566 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.58% from 566); Green value is 193 (75.78% from 255 or 34.10% from 566); Blue value is 132 (51.95% from 255 or 23.32% from 566); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C184 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C184 is #0E3E7B. Grayscale: #C8C8C8. Windows color (decimal): -933500 or 8700401. OLE color: 8700401.

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

Color convert

RGB241193132-
CMYK00.200.450.05
HSL33.58º79.56%73.14%-
HSV(B)33.58º45.23%94.51%-
XYZ59.5158.5129.99-
YUV200.489.4156.96-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.58%
GREEN value IS 193 (75.78% from 255) = 34.10%
BLUE value IS 132 (51.95% from 255) = 23.32%
R=42.58%
G=34.10%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119313200.200.450.0533.5879.5673.14
HexF1C1840142D5225049
Octal36130120402455542120111
Binary11110001110000011000010001010010110110110001010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C184; }

 p { color: rgb(241,193,132); }

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

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

 a { background-color: rgb(241,193,132); }

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

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

 span { border-color: rgb(241,193,132); }

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