#F0B778

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

Shades of Corvette #F0B778

Tints of Corvette #F0B778

Color information

#F0B778 (or 0xF0B778) is unknown color: approx Corvette. HEX triplet: F0, B7 and 78. RGB value is (240,183,120). Sum of RGB (Red+Green+Blue) = 240+183+120=543 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.20% from 543); Green value is 183 (71.88% from 255 or 33.70% from 543); Blue value is 120 (47.27% from 255 or 22.10% from 543); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B778 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B778 is #0F4887. Grayscale: #C1C1C1. Windows color (decimal): -1001608 or 7911408. OLE color: 7911408.

HSL color Cylindrical-coordinate representation of color #F0B778: hue angle of 31.5º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F0B778 is Cyan = 0, Magento = 0.24, Yellow = 0.5 and Black (K on CMYK) = 0.06.

Color convert

RGB240183120-
CMYK00.240.50.06
HSL31.5º80%70.59%-
HSV(B)31.5º50%94.12%-
XYZ56.2653.7525.18-
YUV192.8686.88161.62-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.20%
GREEN value IS 183 (71.88% from 255) = 33.70%
BLUE value IS 120 (47.27% from 255) = 22.10%
R=44.20%
G=33.70%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.5
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018312000.240.50.0631.58070.59
HexF0B778018326205047
Octal36026717003062640120107
Binary1111000010110111111100001100011001011010000010100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B778; }

 p { color: rgb(240,183,120); }

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

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

 a { background-color: rgb(240,183,120); }

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

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

 span { border-color: rgb(240,183,120); }

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