Html Css Color HEX #F53C19 Orange Red

📋 copy color: '#F53C19'

red 245 ◦ green 60 ◦ blue 25

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

Shades of Orange Red #F53C19

Tints of Orange Red #F53C19

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.18%

 BLUE value IS 25 (10.16% from 255) = 7.58%

R = 74.24%
G = 18.18%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#F53C19 (or 0xF53C19) is known color: Orange Red. HEX triplet: F5, 3C and 19. RGB value is (245,60,25). Sum of RGB (Red+Green+Blue) = 245+60+25=330 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.24% from 330); Green value is 60 (23.83% from 255 or 18.18% from 330); Blue value is 25 (10.16% from 255 or 7.58% from 330); Max value from RGB is 245 - color contains mainly: red. Hex color #F53C19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F53C19 is #0AC3E6. Grayscale: #6F6F6F. Windows color (decimal): -705511 or 1654005. OLE color: 1654005.

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

Color convert

RGB 245 60 25 -
CMYK 0 0.76 0.90 0.04
HSL 9.55º 0.92% 0.53% -
HSV(B) 9.55º 0.9% 0.96% -
XYZ 39.45 22.71 3.22 -
YUV 111.33 79.29 223.35 -
System Red Green Blue C M Y K H S L
Decimal 245 60 25 0 0.76 0.90 0.04 9.55 0.92 0.53
Hex F5 3C 19 0 4C 5A 4 A 5C 35
Octal 365 74 31 0 114 132 4 12 134 65
Binary 11110101 111100 11001 0 1001100 1011010 100 1010 1011100 110101

Color Harmonies of #F53C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53C19

Black with #F53C19

Text Example


Text Example

White with #F53C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53C19; }

 p { color: rgb(245,60,25); }

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

background-color css

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

 a { background-color: rgb(245,60,25); }

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

border-color css

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

 span { border-color: rgb(245,60,25); }

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