#F2C18A

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

Shades of Corvette #F2C18A

Tints of Corvette #F2C18A

Color information

#F2C18A (or 0xF2C18A) is unknown color: approx Corvette. HEX triplet: F2, C1 and 8A. RGB value is (242,193,138). Sum of RGB (Red+Green+Blue) = 242+193+138=573 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.23% from 573); Green value is 193 (75.78% from 255 or 33.68% from 573); Blue value is 138 (54.30% from 255 or 24.08% from 573); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C18A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C18A is #0D3E75. Grayscale: #C9C9C9. Windows color (decimal): -867958 or 9093618. OLE color: 9093618.

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

Color convert

RGB242193138-
CMYK00.200.430.05
HSL31.73º80%74.51%-
HSV(B)31.73º42.98%94.9%-
XYZ60.2858.8532.23-
YUV201.3892.23156.97-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.23%
GREEN value IS 193 (75.78% from 255) = 33.68%
BLUE value IS 138 (54.30% from 255) = 24.08%
R=42.23%
G=33.68%
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
Decimal24219313800.200.430.0531.738074.51
HexF2C18A0142B520504b
Octal36230121202453540120113
Binary11110010110000011000101001010010101110110000010100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C18A; }

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

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

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

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

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

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

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

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