#F1C18D

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

Shades of Corvette #F1C18D

Tints of Corvette #F1C18D

Color information

#F1C18D (or 0xF1C18D) is unknown color: approx Corvette. HEX triplet: F1, C1 and 8D. RGB value is (241,193,141). Sum of RGB (Red+Green+Blue) = 241+193+141=575 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.91% from 575); Green value is 193 (75.78% from 255 or 33.57% from 575); Blue value is 141 (55.47% from 255 or 24.52% from 575); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C18D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C18D is #0E3E72. Grayscale: #C9C9C9. Windows color (decimal): -933491 or 9290225. OLE color: 9290225.

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

Color convert

RGB241193141-
CMYK00.200.410.05
HSL31.2º78.12%74.9%-
HSV(B)31.2º41.49%94.51%-
XYZ60.1558.7633.37-
YUV201.4293.9156.23-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.91%
GREEN value IS 193 (75.78% from 255) = 33.57%
BLUE value IS 141 (55.47% from 255) = 24.52%
R=41.91%
G=33.57%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119314100.200.410.0531.278.1274.9
HexF1C18D0142951f4e4b
Octal36130121502451537116113
Binary1111000111000001100011010101001010011011111110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C18D; }

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

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

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

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

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

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

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

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