#F47F3F

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

Shades of Flamenco #F47F3F

Tints of Flamenco #F47F3F

Color information

#F47F3F (or 0xF47F3F) is unknown color: approx Flamenco. HEX triplet: F4, 7F and 3F. RGB value is (244,127,63). Sum of RGB (Red+Green+Blue) = 244+127+63=434 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.22% from 434); Green value is 127 (50% from 255 or 29.26% from 434); Blue value is 63 (25% from 255 or 14.52% from 434); Max value from RGB is 244 - color contains mainly: red. Hex color #F47F3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F47F3F is #0B80C0. Grayscale: #9B9B9B. Windows color (decimal): -753857 or 4161524. OLE color: 4161524.

HSL color Cylindrical-coordinate representation of color #F47F3F: hue angle of 21.22º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F47F3F is Cyan = 0, Magento = 0.48, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB24412763-
CMYK00.480.740.04
HSL21.22º89.16%60.2%-
HSV(B)21.22º74.18%95.69%-
XYZ45.7934.779-
YUV154.6976.26191.7-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 56.22%
GREEN value IS 127 (50% from 255) = 29.26%
BLUE value IS 63 (25% from 255) = 14.52%
R=56.22%
G=29.26%
B=14.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.74
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441276300.480.740.0421.2289.1660.2
HexF47F3F0304A415593c
Octal3641777706011242513174
Binary11110100111111111111101100001001010100101011011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F47F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F47F3F; }

 p { color: rgb(244,127,63); }

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

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

 a { background-color: rgb(244,127,63); }

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

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

 span { border-color: rgb(244,127,63); }

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