#F68145

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

Shades of Flamenco #F68145

Tints of Flamenco #F68145

Color information

#F68145 (or 0xF68145) is unknown color: approx Flamenco. HEX triplet: F6, 81 and 45. RGB value is (246,129,69). Sum of RGB (Red+Green+Blue) = 246+129+69=444 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.41% from 444); Green value is 129 (50.78% from 255 or 29.05% from 444); Blue value is 69 (27.34% from 255 or 15.54% from 444); Max value from RGB is 246 - color contains mainly: red. Hex color #F68145 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F68145 is #097EBA. Grayscale: #9D9D9D. Windows color (decimal): -622267 or 4555254. OLE color: 4555254.

HSL color Cylindrical-coordinate representation of color #F68145: hue angle of 20.34º 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 #F68145 is Cyan = 0, Magento = 0.48, Yellow = 0.72 and Black (K on CMYK) = 0.04.

Color convert

RGB24612969-
CMYK00.480.720.04
HSL20.34º90.77%61.76%-
HSV(B)20.34º71.95%96.47%-
XYZ46.9335.7210.05-
YUV157.1478.26191.38-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 55.41%
GREEN value IS 129 (50.78% from 255) = 29.05%
BLUE value IS 69 (27.34% from 255) = 15.54%
R=55.41%
G=29.05%
B=15.54%

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
Decimal2461296900.480.720.0420.3490.7761.76
HexF68145030484145b3e
Octal36620110506011042413376
Binary1111011010000001100010101100001001000100101001011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68145; }

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

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

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

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

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

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

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

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