#F47F46

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

Shades of Flamenco #F47F46

Tints of Flamenco #F47F46

Color information

#F47F46 (or 0xF47F46) is unknown color: approx Flamenco. HEX triplet: F4, 7F and 46. RGB value is (244,127,70). Sum of RGB (Red+Green+Blue) = 244+127+70=441 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.33% from 441); Green value is 127 (50% from 255 or 28.80% from 441); Blue value is 70 (27.73% from 255 or 15.87% from 441); Max value from RGB is 244 - color contains mainly: red. Hex color #F47F46 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F47F46 is #0B80B9. Grayscale: #9B9B9B. Windows color (decimal): -753850 or 4620276. OLE color: 4620276.

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

Color convert

RGB24412770-
CMYK00.480.710.04
HSL19.66º88.78%61.57%-
HSV(B)19.66º71.31%95.69%-
XYZ4634.8510.1-
YUV155.4879.76191.13-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 55.33%
GREEN value IS 127 (50% from 255) = 28.80%
BLUE value IS 70 (27.73% from 255) = 15.87%
R=55.33%
G=28.80%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.71
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441277000.480.710.0419.6688.7861.57
HexF47F4603047414593e
Octal36417710606010742413176
Binary111101001111111100011001100001000111100101001011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F47F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F47F46; }

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

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

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

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

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

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

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

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