#F68045

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

Shades of Flamenco #F68045

Tints of Flamenco #F68045

Color information

#F68045 (or 0xF68045) is unknown color: approx Flamenco. HEX triplet: F6, 80 and 45. RGB value is (246,128,69). Sum of RGB (Red+Green+Blue) = 246+128+69=443 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.53% from 443); Green value is 128 (50.39% from 255 or 28.89% from 443); Blue value is 69 (27.34% from 255 or 15.58% from 443); Max value from RGB is 246 - color contains mainly: red. Hex color #F68045 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F68045 is #097FBA. Grayscale: #9C9C9C. Windows color (decimal): -622523 or 4554998. OLE color: 4554998.

HSL color Cylindrical-coordinate representation of color #F68045: hue angle of 20º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F68045 is Cyan = 0, Magento = 0.48, Yellow = 0.72 and Black (K on CMYK) = 0.04.

Color convert

RGB24612869-
CMYK00.480.720.04
HSL20º90.77%61.76%-
HSV(B)20º71.95%96.47%-
XYZ46.835.4610.01-
YUV156.5678.59191.8-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 55.53%
GREEN value IS 128 (50.39% from 255) = 28.89%
BLUE value IS 69 (27.34% from 255) = 15.58%
R=55.53%
G=28.89%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.72
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461286900.480.720.042090.7761.76
HexF68045030484145b3e
Octal36620010506011042413376
Binary1111011010000000100010101100001001000100101001011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68045; }

 p { color: rgb(246,128,69); }

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

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

 a { background-color: rgb(246,128,69); }

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

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

 span { border-color: rgb(246,128,69); }

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