#F1803F

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

Shades of Flamenco #F1803F

Tints of Flamenco #F1803F

Color information

#F1803F (or 0xF1803F) is unknown color: approx Flamenco. HEX triplet: F1, 80 and 3F. RGB value is (241,128,63). Sum of RGB (Red+Green+Blue) = 241+128+63=432 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.79% from 432); Green value is 128 (50.39% from 255 or 29.63% from 432); Blue value is 63 (25% from 255 or 14.58% from 432); Max value from RGB is 241 - color contains mainly: red. Hex color #F1803F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1803F is #0E7FC0. Grayscale: #9A9A9A. Windows color (decimal): -950209 or 4161777. OLE color: 4161777.

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

Color convert

RGB24112863-
CMYK00.470.740.05
HSL21.91º86.41%59.61%-
HSV(B)21.91º73.86%94.51%-
XYZ44.8934.59-
YUV154.3876.44189.79-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 55.79%
GREEN value IS 128 (50.39% from 255) = 29.63%
BLUE value IS 63 (25% from 255) = 14.58%
R=55.79%
G=29.63%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411286300.470.740.0521.9186.4159.61
HexF1803F02F4A516563c
Octal3612007705711252612674
Binary111100011000000011111101011111001010101101101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1803F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1803F; }

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

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

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

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

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

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

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

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