#F18145

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

Shades of Flamenco #F18145

Tints of Flamenco #F18145

Color information

#F18145 (or 0xF18145) is unknown color: approx Flamenco. HEX triplet: F1, 81 and 45. RGB value is (241,129,69). Sum of RGB (Red+Green+Blue) = 241+129+69=439 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.90% from 439); Green value is 129 (50.78% from 255 or 29.38% from 439); Blue value is 69 (27.34% from 255 or 15.72% from 439); Max value from RGB is 241 - color contains mainly: red. Hex color #F18145 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18145 is #0E7EBA. Grayscale: #9C9C9C. Windows color (decimal): -949947 or 4555249. OLE color: 4555249.

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

Color convert

RGB24112969-
CMYK00.460.710.05
HSL20.93º86%60.78%-
HSV(B)20.93º71.37%94.51%-
XYZ45.234.839.97-
YUV155.6579.11188.88-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 54.90%
GREEN value IS 129 (50.78% from 255) = 29.38%
BLUE value IS 69 (27.34% from 255) = 15.72%
R=54.90%
G=29.38%
B=15.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.71
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411296900.460.710.0520.938660.78
HexF1814502E47515563d
Octal36120110505610752512675
Binary1111000110000001100010101011101000111101101011010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18145; }

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

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

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

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

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

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

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

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