Html Css Color HEX #F53712 Orange Red

📋 copy color: '#F53712'

red 245 ◦ green 55 ◦ blue 18

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

Shades of Orange Red #F53712

Tints of Orange Red #F53712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.66%

R = 77.04%
G = 17.3%
B = 5.66%

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

#F53712 (or 0xF53712) is known color: Orange Red. HEX triplet: F5, 37 and 12. RGB value is (245,55,18). Sum of RGB (Red+Green+Blue) = 245+55+18=318 (42% of max value = 765). Red value is 245 (96.09% from 255 or 77.04% from 318); Green value is 55 (21.88% from 255 or 17.30% from 318); Blue value is 18 (7.42% from 255 or 5.66% from 318); Max value from RGB is 245 - color contains mainly: red. Hex color #F53712 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F53712 is #0AC8ED. Grayscale: #6B6B6B. Windows color (decimal): -706798 or 1193973. OLE color: 1193973.

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

Color convert

RGB 245 55 18 -
CMYK 0 0.78 0.93 0.04
HSL 9.78º 0.92% 0.52% -
HSV(B) 9.78º 0.93% 0.96% -
XYZ 39.13 22.19 2.79 -
YUV 107.59 77.45 226.01 -
System Red Green Blue C M Y K H S L
Decimal 245 55 18 0 0.78 0.93 0.04 9.78 0.92 0.52
Hex F5 37 12 0 4E 5D 4 A 5C 34
Octal 365 67 22 0 116 135 4 12 134 64
Binary 11110101 110111 10010 0 1001110 1011101 100 1010 1011100 110100

Color Harmonies of #F53712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53712

Black with #F53712

Text Example


Text Example

White with #F53712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53712; }

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

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

background-color css

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

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

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

border-color css

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

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

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