#F54C38

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

Shades of Sunset Orange #F54C38

Tints of Sunset Orange #F54C38

Color information

#F54C38 (or 0xF54C38) is unknown color: approx Sunset Orange. HEX triplet: F5, 4C and 38. RGB value is (245,76,56). Sum of RGB (Red+Green+Blue) = 245+76+56=377 (49% of max value = 765). Red value is 245 (96.09% from 255 or 64.99% from 377); Green value is 76 (30.08% from 255 or 20.16% from 377); Blue value is 56 (22.27% from 255 or 14.85% from 377); Max value from RGB is 245 - color contains mainly: red. Hex color #F54C38 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F54C38 is #0AB3C7. Grayscale: #7C7C7C. Windows color (decimal): -701384 or 3689717. OLE color: 3689717.

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

Color convert

RGB2457656-
CMYK00.690.770.04
HSL6.35º90.43%59.02%-
HSV(B)6.35º77.14%96.08%-
XYZ40.9524.876.38-
YUV124.2589.49214.13-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 64.99%
GREEN value IS 76 (30.08% from 255) = 20.16%
BLUE value IS 56 (22.27% from 255) = 14.85%
R=64.99%
G=20.16%
B=14.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.77
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245765600.690.770.046.3590.4359.02
HexF54C380454D465a3b
Octal3651147001051154613273
Binary1111010110011001110000100010110011011001101011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F54C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F54C38; }

 p { color: rgb(245,76,56); }

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

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

 a { background-color: rgb(245,76,56); }

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

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

 span { border-color: rgb(245,76,56); }

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