Html Css Color HEX #F53711 Orange Red

📋 copy color: '#F53711'

red 245 ◦ green 55 ◦ blue 17

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

Shades of Orange Red #F53711

Tints of Orange Red #F53711

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.35%

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

R = 77.29%
G = 17.35%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F53711 (or 0xF53711) is known color: Orange Red. HEX triplet: F5, 37 and 11. RGB value is (245,55,17). Sum of RGB (Red+Green+Blue) = 245+55+17=317 (41% of max value = 765). Red value is 245 (96.09% from 255 or 77.29% from 317); Green value is 55 (21.88% from 255 or 17.35% from 317); Blue value is 17 (7.03% from 255 or 5.36% from 317); Max value from RGB is 245 - color contains mainly: red. Hex color #F53711 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F53711 is #0AC8EE. Grayscale: #6B6B6B. Windows color (decimal): -706799 or 1128437. OLE color: 1128437.

HSL color Cylindrical-coordinate representation of color #F53711: hue angle of 10º 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 #F53711 is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 55 17 -
CMYK 0 0.78 0.93 0.04
HSL 10º 0.92% 0.51% -
HSV(B) 10º 0.93% 0.96% -
XYZ 39.12 22.19 2.75 -
YUV 107.48 76.95 226.09 -
System Red Green Blue C M Y K H S L
Decimal 245 55 17 0 0.78 0.93 0.04 10 0.92 0.51
Hex F5 37 11 0 4E 5D 4 A 5C 33
Octal 365 67 21 0 116 135 4 12 134 63
Binary 11110101 110111 10001 0 1001110 1011101 100 1010 1011100 110011

Color Harmonies of #F53711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53711

Black with #F53711

Text Example


Text Example

White with #F53711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53711; }

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

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

background-color css

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

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

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

border-color css

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

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

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