#F2C28D

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

Shades of Corvette #F2C28D

Tints of Corvette #F2C28D

Color information

#F2C28D (or 0xF2C28D) is unknown color: approx Corvette. HEX triplet: F2, C2 and 8D. RGB value is (242,194,141). Sum of RGB (Red+Green+Blue) = 242+194+141=577 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.94% from 577); Green value is 194 (76.17% from 255 or 33.62% from 577); Blue value is 141 (55.47% from 255 or 24.44% from 577); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C28D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C28D is #0D3D72. Grayscale: #CACACA. Windows color (decimal): -867699 or 9290482. OLE color: 9290482.

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

Color convert

RGB242194141-
CMYK00.200.420.05
HSL31.49º79.53%75.1%-
HSV(B)31.49º41.74%94.9%-
XYZ60.7259.3833.46-
YUV202.3193.4156.31-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.94%
GREEN value IS 194 (76.17% from 255) = 33.62%
BLUE value IS 141 (55.47% from 255) = 24.44%
R=41.94%
G=33.62%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219414100.200.420.0531.4979.5375.1
HexF2C28D0142A51f504b
Octal36230221502452537120113
Binary1111001011000010100011010101001010101011111110100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C28D; }

 p { color: rgb(242,194,141); }

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

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

 a { background-color: rgb(242,194,141); }

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

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

 span { border-color: rgb(242,194,141); }

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