Html Css Color HEX #F53811 Orange Red

📋 copy color: '#F53811'

red 245 ◦ green 56 ◦ blue 17

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

Shades of Orange Red #F53811

Tints of Orange Red #F53811

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.35%

R = 77.04%
G = 17.61%
B = 5.35%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F53811 (or 0xF53811) is known color: Orange Red. HEX triplet: F5, 38 and 11. RGB value is (245,56,17). Sum of RGB (Red+Green+Blue) = 245+56+17=318 (42% of max value = 765). Red value is 245 (96.09% from 255 or 77.04% from 318); Green value is 56 (22.27% from 255 or 17.61% from 318); Blue value is 17 (7.03% from 255 or 5.35% from 318); Max value from RGB is 245 - color contains mainly: red. Hex color #F53811 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F53811 is #0AC7EE. Grayscale: #6C6C6C. Windows color (decimal): -706543 or 1128693. OLE color: 1128693.

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

Color convert

RGB 245 56 17 -
CMYK 0 0.77 0.93 0.04
HSL 10.26º 0.92% 0.51% -
HSV(B) 10.26º 0.93% 0.96% -
XYZ 39.17 22.28 2.77 -
YUV 108.07 76.62 225.67 -
System Red Green Blue C M Y K H S L
Decimal 245 56 17 0 0.77 0.93 0.04 10.26 0.92 0.51
Hex F5 38 11 0 4D 5D 4 A 5C 33
Octal 365 70 21 0 115 135 4 12 134 63
Binary 11110101 111000 10001 0 1001101 1011101 100 1010 1011100 110011

Color Harmonies of #F53811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53811

Black with #F53811

Text Example


Text Example

White with #F53811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53811; }

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

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

background-color css

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

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

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

border-color css

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

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

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