#F18A41

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

Shades of Flamenco #F18A41

Tints of Flamenco #F18A41

Color information

#F18A41 (or 0xF18A41) is unknown color: approx Flamenco. HEX triplet: F1, 8A and 41. RGB value is (241,138,65). Sum of RGB (Red+Green+Blue) = 241+138+65=444 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.28% from 444); Green value is 138 (54.30% from 255 or 31.08% from 444); Blue value is 65 (25.78% from 255 or 14.64% from 444); Max value from RGB is 241 - color contains mainly: red. Hex color #F18A41 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18A41 is #0E75BE. Grayscale: #A0A0A0. Windows color (decimal): -947647 or 4295409. OLE color: 4295409.

HSL color Cylindrical-coordinate representation of color #F18A41: hue angle of 24.89º 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 #F18A41 is Cyan = 0, Magento = 0.43, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB24113865-
CMYK00.430.730.05
HSL24.89º86.27%60%-
HSV(B)24.89º73.03%94.51%-
XYZ46.3237.269.75-
YUV160.4874.12185.44-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 54.28%
GREEN value IS 138 (54.30% from 255) = 31.08%
BLUE value IS 65 (25.78% from 255) = 14.64%
R=54.28%
G=31.08%
B=14.64%

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
Decimal2411386500.430.730.0524.8986.2760
HexF18A4102B49519563c
Octal36121210105311153112674
Binary1111000110001010100000101010111001001101110011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18A41; }

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

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

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

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

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

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

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

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