Html Css Color HEX #F53E15 Orange Red

📋 copy color: '#F53E15'

red 245 ◦ green 62 ◦ blue 21

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

Shades of Orange Red #F53E15

Tints of Orange Red #F53E15

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.9%

 BLUE value IS 21 (8.59% from 255) = 6.4%

R = 74.7%
G = 18.9%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F53E15 (or 0xF53E15) is known color: Orange Red. HEX triplet: F5, 3E and 15. RGB value is (245,62,21). Sum of RGB (Red+Green+Blue) = 245+62+21=328 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.70% from 328); Green value is 62 (24.61% from 255 or 18.90% from 328); Blue value is 21 (8.59% from 255 or 6.40% from 328); Max value from RGB is 245 - color contains mainly: red. Hex color #F53E15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F53E15 is #0AC1EA. Grayscale: #707070. Windows color (decimal): -705003 or 1392373. OLE color: 1392373.

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

Color convert

RGB 245 62 21 -
CMYK 0 0.75 0.91 0.04
HSL 10.98º 0.92% 0.52% -
HSV(B) 10.98º 0.91% 0.96% -
XYZ 39.51 22.91 3.05 -
YUV 112.04 76.63 222.83 -
System Red Green Blue C M Y K H S L
Decimal 245 62 21 0 0.75 0.91 0.04 10.98 0.92 0.52
Hex F5 3E 15 0 4B 5B 4 B 5C 34
Octal 365 76 25 0 113 133 4 13 134 64
Binary 11110101 111110 10101 0 1001011 1011011 100 1011 1011100 110100

Color Harmonies of #F53E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53E15

Black with #F53E15

Text Example


Text Example

White with #F53E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53E15; }

 p { color: rgb(245,62,21); }

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

background-color css

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

 a { background-color: rgb(245,62,21); }

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

border-color css

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

 span { border-color: rgb(245,62,21); }

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