#F2C08A

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

Shades of Corvette #F2C08A

Tints of Corvette #F2C08A

Color information

#F2C08A (or 0xF2C08A) is unknown color: approx Corvette. HEX triplet: F2, C0 and 8A. RGB value is (242,192,138). Sum of RGB (Red+Green+Blue) = 242+192+138=572 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.31% from 572); Green value is 192 (75.39% from 255 or 33.57% from 572); Blue value is 138 (54.30% from 255 or 24.13% from 572); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C08A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C08A is #0D3F75. Grayscale: #C9C9C9. Windows color (decimal): -868214 or 9093362. OLE color: 9093362.

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

Color convert

RGB242192138-
CMYK00.210.430.05
HSL31.15º80%74.51%-
HSV(B)31.15º42.98%94.9%-
XYZ60.0658.4132.15-
YUV200.7992.56157.39-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.31%
GREEN value IS 192 (75.39% from 255) = 33.57%
BLUE value IS 138 (54.30% from 255) = 24.13%
R=42.31%
G=33.57%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219213800.210.430.0531.158074.51
HexF2C08A0152B51f504b
Octal36230021202553537120113
Binary1111001011000000100010100101011010111011111110100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C08A; }

 p { color: rgb(242,192,138); }

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

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

 a { background-color: rgb(242,192,138); }

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

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

 span { border-color: rgb(242,192,138); }

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