#F54C34

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

Shades of Sunset Orange #F54C34

Tints of Sunset Orange #F54C34

Color information

#F54C34 (or 0xF54C34) is unknown color: approx Sunset Orange. HEX triplet: F5, 4C and 34. RGB value is (245,76,52). Sum of RGB (Red+Green+Blue) = 245+76+52=373 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.68% from 373); Green value is 76 (30.08% from 255 or 20.38% from 373); Blue value is 52 (20.70% from 255 or 13.94% from 373); Max value from RGB is 245 - color contains mainly: red. Hex color #F54C34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F54C34 is #0AB3CB. Grayscale: #7C7C7C. Windows color (decimal): -701388 or 3427573. OLE color: 3427573.

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

Color convert

RGB2457652-
CMYK00.690.790.04
HSL7.46º90.61%58.24%-
HSV(B)7.46º78.78%96.08%-
XYZ40.8624.835.89-
YUV123.7987.49214.45-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 65.68%
GREEN value IS 76 (30.08% from 255) = 20.38%
BLUE value IS 52 (20.70% from 255) = 13.94%
R=65.68%
G=20.38%
B=13.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.79
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245765200.690.790.047.4690.6158.24
HexF54C340454F475b3a
Octal3651146401051174713372
Binary1111010110011001101000100010110011111001111011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F54C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F54C34; }

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

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

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

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

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

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

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

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