#F1C38D

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

Shades of Corvette #F1C38D

Tints of Corvette #F1C38D

Color information

#F1C38D (or 0xF1C38D) is unknown color: approx Corvette. HEX triplet: F1, C3 and 8D. RGB value is (241,195,141). Sum of RGB (Red+Green+Blue) = 241+195+141=577 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.77% from 577); Green value is 195 (76.56% from 255 or 33.80% from 577); Blue value is 141 (55.47% from 255 or 24.44% from 577); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C38D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C38D is #0E3C72. Grayscale: #CACACA. Windows color (decimal): -932979 or 9290737. OLE color: 9290737.

HSL color Cylindrical-coordinate representation of color #F1C38D: hue angle of 32.4º 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 #F1C38D is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB241195141-
CMYK00.190.410.05
HSL32.4º78.12%74.9%-
HSV(B)32.4º41.49%94.51%-
XYZ60.659.6533.52-
YUV202.693.24155.39-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.77%
GREEN value IS 195 (76.56% from 255) = 33.80%
BLUE value IS 141 (55.47% from 255) = 24.44%
R=41.77%
G=33.80%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119514100.190.410.0532.478.1274.9
HexF1C38D013295204e4b
Octal36130321502351540116113
Binary11110001110000111000110101001110100110110000010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C38D; }

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

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

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

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

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

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

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

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