#F1C28A

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

Shades of Corvette #F1C28A

Tints of Corvette #F1C28A

Color information

#F1C28A (or 0xF1C28A) is unknown color: approx Corvette. HEX triplet: F1, C2 and 8A. RGB value is (241,194,138). Sum of RGB (Red+Green+Blue) = 241+194+138=573 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.06% from 573); Green value is 194 (76.17% from 255 or 33.86% from 573); Blue value is 138 (54.30% from 255 or 24.08% from 573); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C28A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C28A is #0E3D75. Grayscale: #C9C9C9. Windows color (decimal): -933238 or 9093873. OLE color: 9093873.

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

Color convert

RGB241194138-
CMYK00.200.430.05
HSL32.62º78.63%74.31%-
HSV(B)32.62º42.74%94.51%-
XYZ60.1559.1232.29-
YUV201.6792.07156.05-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.06%
GREEN value IS 194 (76.17% from 255) = 33.86%
BLUE value IS 138 (54.30% from 255) = 24.08%
R=42.06%
G=33.86%
B=24.08%

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
Decimal24119413800.200.430.0532.6278.6374.31
HexF1C28A0142B5214f4a
Octal36130221202453541117112
Binary11110001110000101000101001010010101110110000110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C28A; }

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

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

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

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

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

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

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

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