Html Css Color HEX #F53816 Orange Red

📋 copy color: '#F53816'

red 245 ◦ green 56 ◦ blue 22

#F53816
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orange Red #F53816

Tints of Orange Red #F53816

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 value IS 0

 M value IS 0.77

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F53816 (or 0xF53816) is known color: 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

RGB 245 56 22 -
CMYK 0 0.77 0.91 0.04
HSL 9.15º 0.92% 0.52% -
HSV(B) 9.15º 0.91% 0.96% -
XYZ 39.22 22.3 3 -
YUV 108.64 79.12 225.26 -
System Red Green Blue C M Y K H S L
Decimal 245 56 22 0 0.77 0.91 0.04 9.15 0.92 0.52
Hex F5 38 16 0 4D 5B 4 9 5C 34
Octal 365 70 26 0 115 133 4 11 134 64
Binary 11110101 111000 10110 0 1001101 1011011 100 1001 1011100 110100

Color Harmonies of #F53816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53816

Black with #F53816

Text Example


Text Example

White with #F53816

Text Example


Text Example

HTML Codes & Css Web 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>