#F2B979

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

Shades of Corvette #F2B979

Tints of Corvette #F2B979

Color information

#F2B979 (or 0xF2B979) is unknown color: approx Corvette. HEX triplet: F2, B9 and 79. RGB value is (242,185,121). Sum of RGB (Red+Green+Blue) = 242+185+121=548 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.16% from 548); Green value is 185 (72.66% from 255 or 33.76% from 548); Blue value is 121 (47.66% from 255 or 22.08% from 548); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B979 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B979 is #0D4686. Grayscale: #C3C3C3. Windows color (decimal): -870023 or 7977458. OLE color: 7977458.

HSL color Cylindrical-coordinate representation of color #F2B979: hue angle of 31.74º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F2B979 is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB242185121-
CMYK00.240.500.05
HSL31.74º82.31%71.18%-
HSV(B)31.74º50%94.9%-
XYZ57.4254.9625.67-
YUV194.7586.38161.7-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.16%
GREEN value IS 185 (72.66% from 255) = 33.76%
BLUE value IS 121 (47.66% from 255) = 22.08%
R=44.16%
G=33.76%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218512100.240.500.0531.7482.3171.18
HexF2B979018325205247
Octal36227117103062540122107
Binary1111001010111001111100101100011001010110000010100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B979; }

 p { color: rgb(242,185,121); }

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

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

 a { background-color: rgb(242,185,121); }

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

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

 span { border-color: rgb(242,185,121); }

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