#F58545

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

Shades of Flamenco #F58545

Tints of Flamenco #F58545

Color information

#F58545 (or 0xF58545) is unknown color: approx Flamenco. HEX triplet: F5, 85 and 45. RGB value is (245,133,69). Sum of RGB (Red+Green+Blue) = 245+133+69=447 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.81% from 447); Green value is 133 (52.34% from 255 or 29.75% from 447); Blue value is 69 (27.34% from 255 or 15.44% from 447); Max value from RGB is 245 - color contains mainly: red. Hex color #F58545 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F58545 is #0A7ABA. Grayscale: #9F9F9F. Windows color (decimal): -686779 or 4556277. OLE color: 4556277.

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

Color convert

RGB24513369-
CMYK00.460.720.04
HSL21.82º89.8%61.57%-
HSV(B)21.82º71.84%96.08%-
XYZ47.1236.6210.21-
YUV159.1977.11189.2-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 54.81%
GREEN value IS 133 (52.34% from 255) = 29.75%
BLUE value IS 69 (27.34% from 255) = 15.44%
R=54.81%
G=29.75%
B=15.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.72
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451336900.460.720.0421.8289.861.57
HexF5854502E484165a3e
Octal36520510505611042613276
Binary1111010110000101100010101011101001000100101101011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58545; }

 p { color: rgb(245,133,69); }

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

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

 a { background-color: rgb(245,133,69); }

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

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

 span { border-color: rgb(245,133,69); }

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