#F1843F

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

Shades of Flamenco #F1843F

Tints of Flamenco #F1843F

Color information

#F1843F (or 0xF1843F) is unknown color: approx Flamenco. HEX triplet: F1, 84 and 3F. RGB value is (241,132,63). Sum of RGB (Red+Green+Blue) = 241+132+63=436 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.28% from 436); Green value is 132 (51.95% from 255 or 30.28% from 436); Blue value is 63 (25% from 255 or 14.45% from 436); Max value from RGB is 241 - color contains mainly: red. Hex color #F1843F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1843F is #0E7BC0. Grayscale: #9D9D9D. Windows color (decimal): -949185 or 4162801. OLE color: 4162801.

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

Color convert

RGB24113263-
CMYK00.450.740.05
HSL23.26º86.41%59.61%-
HSV(B)23.26º73.86%94.51%-
XYZ45.4235.569.17-
YUV156.7275.11188.11-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 55.28%
GREEN value IS 132 (51.95% from 255) = 30.28%
BLUE value IS 63 (25% from 255) = 14.45%
R=55.28%
G=30.28%
B=14.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411326300.450.740.0523.2686.4159.61
HexF1843F02D4A517563c
Octal3612047705511252712674
Binary111100011000010011111101011011001010101101111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1843F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1843F; }

 p { color: rgb(241,132,63); }

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

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

 a { background-color: rgb(241,132,63); }

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

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

 span { border-color: rgb(241,132,63); }

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