#F0B780

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

Shades of Corvette #F0B780

Tints of Corvette #F0B780

Color information

#F0B780 (or 0xF0B780) is unknown color: approx Corvette. HEX triplet: F0, B7 and 80. RGB value is (240,183,128). Sum of RGB (Red+Green+Blue) = 240+183+128=551 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.56% from 551); Green value is 183 (71.88% from 255 or 33.21% from 551); Blue value is 128 (50.39% from 255 or 23.23% from 551); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B780 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B780 is #0F487F. Grayscale: #C2C2C2. Windows color (decimal): -1001600 or 8435696. OLE color: 8435696.

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

Color convert

RGB240183128-
CMYK00.240.470.06
HSL29.46º78.87%72.16%-
HSV(B)29.46º46.67%94.12%-
XYZ56.7653.9527.84-
YUV193.7790.88160.97-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.56%
GREEN value IS 183 (71.88% from 255) = 33.21%
BLUE value IS 128 (50.39% from 255) = 23.23%
R=43.56%
G=33.21%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.47
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018312800.240.470.0629.4678.8772.16
HexF0B7800182F61d4f48
Octal36026720003057635117110
Binary1111000010110111100000000110001011111101110110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B780; }

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

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

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

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

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

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

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

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