#F47B40

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

Shades of Flamenco #F47B40

Tints of Flamenco #F47B40

Color information

#F47B40 (or 0xF47B40) is unknown color: approx Flamenco. HEX triplet: F4, 7B and 40. RGB value is (244,123,64). Sum of RGB (Red+Green+Blue) = 244+123+64=431 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.61% from 431); Green value is 123 (48.44% from 255 or 28.54% from 431); Blue value is 64 (25.39% from 255 or 14.85% from 431); Max value from RGB is 244 - color contains mainly: red. Hex color #F47B40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F47B40 is #0B84BF. Grayscale: #989898. Windows color (decimal): -754880 or 4226036. OLE color: 4226036.

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

Color convert

RGB24412364-
CMYK00.500.740.04
HSL19.67º89.11%60.39%-
HSV(B)19.67º73.77%95.69%-
XYZ45.3233.778.98-
YUV152.4578.09193.3-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 56.61%
GREEN value IS 123 (48.44% from 255) = 28.54%
BLUE value IS 64 (25.39% from 255) = 14.85%
R=56.61%
G=28.54%
B=14.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.74
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441236400.500.740.0419.6789.1160.39
HexF47B400324A414593c
Octal36417310006211242413174
Binary111101001111011100000001100101001010100101001011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F47B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F47B40; }

 p { color: rgb(244,123,64); }

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

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

 a { background-color: rgb(244,123,64); }

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

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

 span { border-color: rgb(244,123,64); }

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