#F48542

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

Shades of Flamenco #F48542

Tints of Flamenco #F48542

Color information

#F48542 (or 0xF48542) is unknown color: approx Flamenco. HEX triplet: F4, 85 and 42. RGB value is (244,133,66). Sum of RGB (Red+Green+Blue) = 244+133+66=443 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.08% from 443); Green value is 133 (52.34% from 255 or 30.02% from 443); Blue value is 66 (26.17% from 255 or 14.90% from 443); Max value from RGB is 244 - color contains mainly: red. Hex color #F48542 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F48542 is #0B7ABD. Grayscale: #9E9E9E. Windows color (decimal): -752318 or 4359668. OLE color: 4359668.

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

Color convert

RGB24413366-
CMYK00.450.730.04
HSL22.58º89%60.78%-
HSV(B)22.58º72.95%95.69%-
XYZ46.6836.49.72-
YUV158.5575.77188.95-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 55.08%
GREEN value IS 133 (52.34% from 255) = 30.02%
BLUE value IS 66 (26.17% from 255) = 14.90%
R=55.08%
G=30.02%
B=14.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.73
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441336600.450.730.0422.588960.78
HexF4854202D49417593d
Octal36420510205511142713175
Binary1111010010000101100001001011011001001100101111011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48542; }

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

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

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

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

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

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

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

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