#F1863E

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

Shades of Flamenco #F1863E

Tints of Flamenco #F1863E

Color information

#F1863E (or 0xF1863E) is unknown color: approx Flamenco. HEX triplet: F1, 86 and 3E. RGB value is (241,134,62). Sum of RGB (Red+Green+Blue) = 241+134+62=437 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.15% from 437); Green value is 134 (52.73% from 255 or 30.66% from 437); Blue value is 62 (24.61% from 255 or 14.19% from 437); Max value from RGB is 241 - color contains mainly: red. Hex color #F1863E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1863E is #0E79C1. Grayscale: #9E9E9E. Windows color (decimal): -948674 or 4097777. OLE color: 4097777.

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

Color convert

RGB24113462-
CMYK00.440.740.05
HSL24.13º86.47%59.41%-
HSV(B)24.13º74.27%94.51%-
XYZ45.6736.19.12-
YUV157.7873.95187.35-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 55.15%
GREEN value IS 134 (52.73% from 255) = 30.66%
BLUE value IS 62 (24.61% from 255) = 14.19%
R=55.15%
G=30.66%
B=14.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411346200.440.740.0524.1386.4759.41
HexF1863E02C4A518563b
Octal3612067605411253012673
Binary111100011000011011111001011001001010101110001010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1863E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1863E; }

 p { color: rgb(241,134,62); }

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

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

 a { background-color: rgb(241,134,62); }

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

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

 span { border-color: rgb(241,134,62); }

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