#F5480C

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

Shades of Orange Red #F5480C

Tints of Orange Red #F5480C

Color information

#F5480C (or 0xF5480C) is unknown color: approx Orange Red. HEX triplet: F5, 48 and 0C. RGB value is (245,72,12). Sum of RGB (Red+Green+Blue) = 245+72+12=329 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.47% from 329); Green value is 72 (28.52% from 255 or 21.88% from 329); Blue value is 12 (5.08% from 255 or 3.65% from 329); Max value from RGB is 245 - color contains mainly: red. Hex color #F5480C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F5480C is #0AB7F3. Grayscale: #757575. Windows color (decimal): -702452 or 805109. OLE color: 805109.

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

Color convert

RGB2457212-
CMYK00.710.950.04
HSL15.45º92.09%50.39%-
HSV(B)15.45º95.1%96.08%-
XYZ40.0424.072.88-
YUV116.8968.81219.38-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 74.47%
GREEN value IS 72 (28.52% from 255) = 21.88%
BLUE value IS 12 (5.08% from 255) = 3.65%
R=74.47%
G=21.88%
B=3.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.95
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245721200.710.950.0415.4592.0950.39
HexF548C0475F4f5c32
Octal36511014010713741713462
Binary111101011001000110001000111101111110011111011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5480C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5480C; }

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

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

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

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

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

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

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

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