#F53816

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

Shades of Orange Red #F53816

Tints of Orange Red #F53816

Color information

#F53816 (or 0xF53816) is unknown color: approx Orange Red. HEX triplet: F5, 38 and 16. RGB value is (245,56,22). Sum of RGB (Red+Green+Blue) = 245+56+22=323 (42% of max value = 765). Red value is 245 (96.09% from 255 or 75.85% from 323); Green value is 56 (22.27% from 255 or 17.34% from 323); Blue value is 22 (8.98% from 255 or 6.81% from 323); Max value from RGB is 245 - color contains mainly: red. Hex color #F53816 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F53816 is #0AC7E9. Grayscale: #6C6C6C. Windows color (decimal): -706538 or 1456373. OLE color: 1456373.

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

Color convert

RGB2455622-
CMYK00.770.910.04
HSL9.15º91.77%52.35%-
HSV(B)9.15º91.02%96.08%-
XYZ39.2222.33-
YUV108.6479.12225.26-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 75.85%
GREEN value IS 56 (22.27% from 255) = 17.34%
BLUE value IS 22 (8.98% from 255) = 6.81%
R=75.85%
G=17.34%
B=6.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.91
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245562200.770.910.049.1591.7752.35
HexF5381604D5B495c34
Octal3657026011513341113464
Binary111101011110001011001001101101101110010011011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F53816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F53816; }

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

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

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

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

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

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

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

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