#F68542

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

Shades of Flamenco #F68542

Tints of Flamenco #F68542

Color information

#F68542 (or 0xF68542) is unknown color: approx Flamenco. HEX triplet: F6, 85 and 42. RGB value is (246,133,66). Sum of RGB (Red+Green+Blue) = 246+133+66=445 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.28% from 445); Green value is 133 (52.34% from 255 or 29.89% from 445); Blue value is 66 (26.17% from 255 or 14.83% from 445); Max value from RGB is 246 - color contains mainly: red. Hex color #F68542 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F68542 is #097ABD. Grayscale: #9F9F9F. Windows color (decimal): -621246 or 4359670. OLE color: 4359670.

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

Color convert

RGB24613366-
CMYK00.460.730.04
HSL22.33º90.91%61.18%-
HSV(B)22.33º73.17%96.47%-
XYZ47.3836.769.75-
YUV159.1575.44189.95-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 55.28%
GREEN value IS 133 (52.34% from 255) = 29.89%
BLUE value IS 66 (26.17% from 255) = 14.83%
R=55.28%
G=29.89%
B=14.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.73
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461336600.460.730.0422.3390.9161.18
HexF6854202E494165b3d
Octal36620510205611142613375
Binary1111011010000101100001001011101001001100101101011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68542; }

 p { color: rgb(246,133,66); }

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

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

 a { background-color: rgb(246,133,66); }

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

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

 span { border-color: rgb(246,133,66); }

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