#F47A41

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

Shades of Flamenco #F47A41

Tints of Flamenco #F47A41

Color information

#F47A41 (or 0xF47A41) is unknown color: approx Flamenco. HEX triplet: F4, 7A and 41. RGB value is (244,122,65). Sum of RGB (Red+Green+Blue) = 244+122+65=431 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.61% from 431); Green value is 122 (48.05% from 255 or 28.31% from 431); Blue value is 65 (25.78% from 255 or 15.08% from 431); Max value from RGB is 244 - color contains mainly: red. Hex color #F47A41 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F47A41 is #0B85BE. Grayscale: #989898. Windows color (decimal): -755135 or 4291316. OLE color: 4291316.

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

Color convert

RGB24412265-
CMYK00.50.730.04
HSL19.11º89.05%60.59%-
HSV(B)19.11º73.36%95.69%-
XYZ45.2233.539.09-
YUV151.9878.92193.63-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 56.61%
GREEN value IS 122 (48.05% from 255) = 28.31%
BLUE value IS 65 (25.78% from 255) = 15.08%
R=56.61%
G=28.31%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.73
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441226500.50.730.0419.1189.0560.59
HexF47A4103249413593d
Octal36417210106211142313175
Binary111101001111010100000101100101001001100100111011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F47A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F47A41; }

 p { color: rgb(244,122,65); }

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

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

 a { background-color: rgb(244,122,65); }

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

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

 span { border-color: rgb(244,122,65); }

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