#F54F32

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

Shades of Sunset Orange #F54F32

Tints of Sunset Orange #F54F32

Color information

#F54F32 (or 0xF54F32) is unknown color: approx Sunset Orange. HEX triplet: F5, 4F and 32. RGB value is (245,79,50). Sum of RGB (Red+Green+Blue) = 245+79+50=374 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.51% from 374); Green value is 79 (31.25% from 255 or 21.12% from 374); Blue value is 50 (19.92% from 255 or 13.37% from 374); Max value from RGB is 245 - color contains mainly: red. Hex color #F54F32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F54F32 is #0AB0CD. Grayscale: #7D7D7D. Windows color (decimal): -700622 or 3297269. OLE color: 3297269.

HSL color Cylindrical-coordinate representation of color #F54F32: hue angle of 8.92º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F54F32 is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB2457950-
CMYK00.680.800.04
HSL8.92º90.7%57.84%-
HSV(B)8.92º79.59%96.08%-
XYZ41.0325.235.73-
YUV125.3385.5213.36-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 65.51%
GREEN value IS 79 (31.25% from 255) = 21.12%
BLUE value IS 50 (19.92% from 255) = 13.37%
R=65.51%
G=21.12%
B=13.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.80
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245795000.680.800.048.9290.757.84
HexF54F3204450495b3a
Octal36511762010412041113372
Binary11110101100111111001001000100101000010010011011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F54F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F54F32; }

 p { color: rgb(245,79,50); }

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

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

 a { background-color: rgb(245,79,50); }

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

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

 span { border-color: rgb(245,79,50); }

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