#F0B679

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

Shades of Corvette #F0B679

Tints of Corvette #F0B679

Color information

#F0B679 (or 0xF0B679) is unknown color: approx Corvette. HEX triplet: F0, B6 and 79. RGB value is (240,182,121). Sum of RGB (Red+Green+Blue) = 240+182+121=543 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.20% from 543); Green value is 182 (71.48% from 255 or 33.52% from 543); Blue value is 121 (47.66% from 255 or 22.28% from 543); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B679 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B679 is #0F4986. Grayscale: #C0C0C0. Windows color (decimal): -1001863 or 7976688. OLE color: 7976688.

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

Color convert

RGB240182121-
CMYK00.240.500.06
HSL30.76º79.87%70.78%-
HSV(B)30.76º49.58%94.12%-
XYZ56.1153.3625.43-
YUV192.3987.72161.96-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.20%
GREEN value IS 182 (71.48% from 255) = 33.52%
BLUE value IS 121 (47.66% from 255) = 22.28%
R=44.20%
G=33.52%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.50
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018212100.240.500.0630.7679.8770.78
HexF0B6790183261f5047
Octal36026617103062637120107
Binary111100001011011011110010110001100101101111110100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B679; }

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

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

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

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

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

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

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

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