#F18941

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

Shades of Flamenco #F18941

Tints of Flamenco #F18941

Color information

#F18941 (or 0xF18941) is unknown color: approx Flamenco. HEX triplet: F1, 89 and 41. RGB value is (241,137,65). Sum of RGB (Red+Green+Blue) = 241+137+65=443 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.40% from 443); Green value is 137 (53.91% from 255 or 30.93% from 443); Blue value is 65 (25.78% from 255 or 14.67% from 443); Max value from RGB is 241 - color contains mainly: red. Hex color #F18941 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18941 is #0E76BE. Grayscale: #A0A0A0. Windows color (decimal): -947903 or 4295153. OLE color: 4295153.

HSL color Cylindrical-coordinate representation of color #F18941: hue angle of 24.55º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F18941 is Cyan = 0, Magento = 0.43, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB24113765-
CMYK00.430.730.05
HSL24.55º86.27%60%-
HSV(B)24.55º73.03%94.51%-
XYZ46.1836.979.7-
YUV159.8974.46185.85-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 54.40%
GREEN value IS 137 (53.91% from 255) = 30.93%
BLUE value IS 65 (25.78% from 255) = 14.67%
R=54.40%
G=30.93%
B=14.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411376500.430.730.0524.5586.2760
HexF1894102B49519563c
Octal36121110105311153112674
Binary1111000110001001100000101010111001001101110011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18941; }

 p { color: rgb(241,137,65); }

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

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

 a { background-color: rgb(241,137,65); }

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

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

 span { border-color: rgb(241,137,65); }

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