#F2C07F

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

Shades of Corvette #F2C07F

Tints of Corvette #F2C07F

Color information

#F2C07F (or 0xF2C07F) is unknown color: approx Corvette. HEX triplet: F2, C0 and 7F. RGB value is (242,192,127). Sum of RGB (Red+Green+Blue) = 242+192+127=561 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.14% from 561); Green value is 192 (75.39% from 255 or 34.22% from 561); Blue value is 127 (50% from 255 or 22.64% from 561); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C07F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C07F is #0D3F80. Grayscale: #C7C7C7. Windows color (decimal): -868225 or 8372466. OLE color: 8372466.

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

Color convert

RGB242192127-
CMYK00.210.480.05
HSL33.91º81.56%72.35%-
HSV(B)33.91º47.52%94.9%-
XYZ59.358.1128.17-
YUV199.5487.06158.29-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.14%
GREEN value IS 192 (75.39% from 255) = 34.22%
BLUE value IS 127 (50% from 255) = 22.64%
R=43.14%
G=34.22%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219212700.210.480.0533.9181.5672.35
HexF2C07F015305225248
Octal36230017702560542122110
Binary1111001011000000111111101010111000010110001010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C07F; }

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

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

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

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

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

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

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

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