Html Css Color HEX #F53813 Orange Red

📋 copy color: '#F53813'

red 245 ◦ green 56 ◦ blue 19

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

Shades of Orange Red #F53813

Tints of Orange Red #F53813

RGB

 RED value IS 245 (96.09% from 255) = 76.56%

 GREEN value IS 56 (22.27% from 255) = 17.5%

 BLUE value IS 19 (7.81% from 255) = 5.94%

R = 76.56%
G = 17.5%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F53813 (or 0xF53813) is known color: Orange Red. HEX triplet: F5, 38 and 13. RGB value is (245,56,19). Sum of RGB (Red+Green+Blue) = 245+56+19=320 (42% of max value = 765). Red value is 245 (96.09% from 255 or 76.56% from 320); Green value is 56 (22.27% from 255 or 17.5% from 320); Blue value is 19 (7.81% from 255 or 5.94% from 320); Max value from RGB is 245 - color contains mainly: red. Hex color #F53813 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F53813 is #0AC7EC. Grayscale: #6C6C6C. Windows color (decimal): -706541 or 1259765. OLE color: 1259765.

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

Color convert

RGB 245 56 19 -
CMYK 0 0.77 0.92 0.04
HSL 9.82º 0.92% 0.52% -
HSV(B) 9.82º 0.92% 0.96% -
XYZ 39.19 22.29 2.85 -
YUV 108.29 77.62 225.51 -
System Red Green Blue C M Y K H S L
Decimal 245 56 19 0 0.77 0.92 0.04 9.82 0.92 0.52
Hex F5 38 13 0 4D 5C 4 A 5C 34
Octal 365 70 23 0 115 134 4 12 134 64
Binary 11110101 111000 10011 0 1001101 1011100 100 1010 1011100 110100

Color Harmonies of #F53813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53813

Black with #F53813

Text Example


Text Example

White with #F53813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53813; }

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

 H1.HeaderClassName
 {
   color: #F53813;
 }
 .AnyTagClassName
 {
   color: #F53813;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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