#f54802

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

Shades of Orange Red #F54802

Tints of Orange Red #F54802

Color information

#F54802 (or 0xF54802) is unknown color: approx Orange Red. HEX triplet: F5, 48 and 02. RGB value is (245,72,2). Sum of RGB (Red+Green+Blue) = 245+72+2=319 (42% of max value = 765). Red value is 245 (96.09% from 255 or 76.80% from 319); Green value is 72 (28.52% from 255 or 22.57% from 319); Blue value is 2 (1.17% from 255 or 0.63% from 319); Max value from RGB is 245 - color contains mainly: red. Hex color #F54802 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F54802 is #0AB7FD. Grayscale: #747474. Windows color (decimal): -702462 or 149749. OLE color: 149749.

HSL color Cylindrical-coordinate representation of color #F54802: hue angle of 17.28º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F54802 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.04.

Color convert

RGB245722-
CMYK00.710.990.04
HSL17.28º98.38%48.43%-
HSV(B)17.28º99.18%96.08%-
XYZ39.9824.052.59-
YUV115.7563.81220.19-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 76.80%
GREEN value IS 72 (28.52% from 255) = 22.57%
BLUE value IS 2 (1.17% from 255) = 0.63%
R=76.80%
G=22.57%
B=0.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.99
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24572200.710.990.0417.2898.3848.43
HexF5482047634116230
Octal3651102010714342114260
Binary11110101100100010010001111100011100100011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f54802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f54802; }

 p { color: rgb(245,72,2); }

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

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

 a { background-color: rgb(245,72,2); }

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

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

 span { border-color: rgb(245,72,2); }

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

cancel