#F2B879

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

Shades of Corvette #F2B879

Tints of Corvette #F2B879

Color information

#F2B879 (or 0xF2B879) is unknown color: approx Corvette. HEX triplet: F2, B8 and 79. RGB value is (242,184,121). Sum of RGB (Red+Green+Blue) = 242+184+121=547 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.24% from 547); Green value is 184 (72.27% from 255 or 33.64% from 547); Blue value is 121 (47.66% from 255 or 22.12% from 547); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B879 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B879 is #0D4786. Grayscale: #C2C2C2. Windows color (decimal): -870279 or 7977202. OLE color: 7977202.

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

Color convert

RGB242184121-
CMYK00.240.500.05
HSL31.24º82.31%71.18%-
HSV(B)31.24º50%94.9%-
XYZ57.2154.5425.6-
YUV194.1686.72162.12-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.24%
GREEN value IS 184 (72.27% from 255) = 33.64%
BLUE value IS 121 (47.66% from 255) = 22.12%
R=44.24%
G=33.64%
B=22.12%

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
Decimal24218412100.240.500.0531.2482.3171.18
HexF2B8790183251f5247
Octal36227017103062537122107
Binary111100101011100011110010110001100101011111110100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B879; }

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

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

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

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

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

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

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

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