#F48546

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

Shades of Flamenco #F48546

Tints of Flamenco #F48546

Color information

#F48546 (or 0xF48546) is unknown color: approx Flamenco. HEX triplet: F4, 85 and 46. RGB value is (244,133,70). Sum of RGB (Red+Green+Blue) = 244+133+70=447 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.59% from 447); Green value is 133 (52.34% from 255 or 29.75% from 447); Blue value is 70 (27.73% from 255 or 15.66% from 447); Max value from RGB is 244 - color contains mainly: red. Hex color #F48546 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F48546 is #0B7AB9. Grayscale: #9F9F9F. Windows color (decimal): -752314 or 4621812. OLE color: 4621812.

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

Color convert

RGB24413370-
CMYK00.450.710.04
HSL21.72º88.78%61.57%-
HSV(B)21.72º71.31%95.69%-
XYZ46.836.4510.36-
YUV159.0177.77188.62-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 54.59%
GREEN value IS 133 (52.34% from 255) = 29.75%
BLUE value IS 70 (27.73% from 255) = 15.66%
R=54.59%
G=29.75%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.71
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441337000.450.710.0421.7288.7861.57
HexF4854602D47416593e
Octal36420510605510742613176
Binary1111010010000101100011001011011000111100101101011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48546; }

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

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

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

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

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

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

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

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