#F1C289

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

Shades of Corvette #F1C289

Tints of Corvette #F1C289

Color information

#F1C289 (or 0xF1C289) is unknown color: approx Corvette. HEX triplet: F1, C2 and 89. RGB value is (241,194,137). Sum of RGB (Red+Green+Blue) = 241+194+137=572 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.13% from 572); Green value is 194 (76.17% from 255 or 33.92% from 572); Blue value is 137 (53.91% from 255 or 23.95% from 572); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C289 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C289 is #0E3D76. Grayscale: #C9C9C9. Windows color (decimal): -933239 or 9028337. OLE color: 9028337.

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

Color convert

RGB241194137-
CMYK00.200.430.05
HSL32.88º78.79%74.12%-
HSV(B)32.88º43.15%94.51%-
XYZ60.0859.0931.91-
YUV201.5691.57156.13-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.13%
GREEN value IS 194 (76.17% from 255) = 33.92%
BLUE value IS 137 (53.91% from 255) = 23.95%
R=42.13%
G=33.92%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119413700.200.430.0532.8878.7974.12
HexF1C2890142B5214f4a
Octal36130221102453541117112
Binary11110001110000101000100101010010101110110000110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C289; }

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

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

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

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

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

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

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

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