#F54A36

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

Shades of Sunset Orange #F54A36

Tints of Sunset Orange #F54A36

Color information

#F54A36 (or 0xF54A36) is unknown color: approx Sunset Orange. HEX triplet: F5, 4A and 36. RGB value is (245,74,54). Sum of RGB (Red+Green+Blue) = 245+74+54=373 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.68% from 373); Green value is 74 (29.30% from 255 or 19.84% from 373); Blue value is 54 (21.48% from 255 or 14.48% from 373); Max value from RGB is 245 - color contains mainly: red. Hex color #F54A36 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F54A36 is #0AB5C9. Grayscale: #7B7B7B. Windows color (decimal): -701898 or 3558133. OLE color: 3558133.

HSL color Cylindrical-coordinate representation of color #F54A36: hue angle of 6.28º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F54A36 is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.04.

Color convert

RGB2457454-
CMYK00.700.780.04
HSL6.28º90.52%58.63%-
HSV(B)6.28º77.96%96.08%-
XYZ40.7724.586.08-
YUV122.8589.15215.13-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 65.68%
GREEN value IS 74 (29.30% from 255) = 19.84%
BLUE value IS 54 (21.48% from 255) = 14.48%
R=65.68%
G=19.84%
B=14.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.78
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245745400.700.780.046.2890.5258.63
HexF54A360464E465b3b
Octal3651126601061164613373
Binary1111010110010101101100100011010011101001101011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F54A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F54A36; }

 p { color: rgb(245,74,54); }

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

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

 a { background-color: rgb(245,74,54); }

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

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

 span { border-color: rgb(245,74,54); }

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