#F1C076

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

Shades of Corvette #F1C076

Tints of Corvette #F1C076

Color information

#F1C076 (or 0xF1C076) is unknown color: approx Corvette. HEX triplet: F1, C0 and 76. RGB value is (241,192,118). Sum of RGB (Red+Green+Blue) = 241+192+118=551 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.74% from 551); Green value is 192 (75.39% from 255 or 34.85% from 551); Blue value is 118 (46.48% from 255 or 21.42% from 551); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C076 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1C076 is #0E3F89. Grayscale: #C6C6C6. Windows color (decimal): -933770 or 7782641. OLE color: 7782641.

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

Color convert

RGB241192118-
CMYK00.200.510.05
HSL36.1º81.46%70.39%-
HSV(B)36.1º51.04%94.51%-
XYZ58.457.7125.2-
YUV198.2182.73158.52-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.74%
GREEN value IS 192 (75.39% from 255) = 34.85%
BLUE value IS 118 (46.48% from 255) = 21.42%
R=43.74%
G=34.85%
B=21.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119211800.200.510.0536.181.4670.39
HexF1C076014335245146
Octal36130016602463544121106
Binary1111000111000000111011001010011001110110010010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C076; }

 p { color: rgb(241,192,118); }

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

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

 a { background-color: rgb(241,192,118); }

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

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

 span { border-color: rgb(241,192,118); }

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