#f0b678

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

Shades of Corvette #F0B678

Tints of Corvette #F0B678

Color information

#F0B678 (or 0xF0B678) is unknown color: approx Corvette. HEX triplet: F0, B6 and 78. RGB value is (240,182,120). Sum of RGB (Red+Green+Blue) = 240+182+120=542 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.28% from 542); Green value is 182 (71.48% from 255 or 33.58% from 542); Blue value is 120 (47.27% from 255 or 22.14% from 542); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B678 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B678 is #0F4987. Grayscale: #C0C0C0. Windows color (decimal): -1001864 or 7911152. OLE color: 7911152.

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

Color convert

RGB240182120-
CMYK00.240.50.06
HSL31º80%70.59%-
HSV(B)31º50%94.12%-
XYZ56.0553.3425.11-
YUV192.2787.22162.04-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.28%
GREEN value IS 182 (71.48% from 255) = 33.58%
BLUE value IS 120 (47.27% from 255) = 22.14%
R=44.28%
G=33.58%
B=22.14%

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
Decimal24018212000.240.50.06318070.59
HexF0B6780183261f5047
Octal36026617003062637120107
Binary111100001011011011110000110001100101101111110100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f0b678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f0b678; }

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

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

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

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

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

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

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

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