Html Css Color HEX #F53127 Red Orange

📋 copy color: '#F53127'

red 245 ◦ green 49 ◦ blue 39

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

Shades of Red Orange #F53127

Tints of Red Orange #F53127

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.71%

 BLUE value IS 39 (15.63% from 255) = 11.71%

R = 73.57%
G = 14.71%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#F53127 (or 0xF53127) is known color: Red Orange. HEX triplet: F5, 31 and 27. RGB value is (245,49,39). Sum of RGB (Red+Green+Blue) = 245+49+39=333 (44% of max value = 765). Red value is 245 (96.09% from 255 or 73.57% from 333); Green value is 49 (19.53% from 255 or 14.71% from 333); Blue value is 39 (15.62% from 255 or 11.71% from 333); Max value from RGB is 245 - color contains mainly: red. Hex color #F53127 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53127 is #0ACED8. Grayscale: #6A6A6A. Windows color (decimal): -708313 or 2568693. OLE color: 2568693.

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

Color convert

RGB 245 49 39 -
CMYK 0 0.8 0.84 0.04
HSL 2.91º 0.91% 0.56% -
HSV(B) 2.91º 0.84% 0.96% -
XYZ 39.12 21.76 4.06 -
YUV 106.46 89.93 226.81 -
System Red Green Blue C M Y K H S L
Decimal 245 49 39 0 0.8 0.84 0.04 2.91 0.91 0.56
Hex F5 31 27 0 50 54 4 3 5B 38
Octal 365 61 47 0 120 124 4 3 133 70
Binary 11110101 110001 100111 0 1010000 1010100 100 11 1011011 111000

Color Harmonies of #F53127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53127

Black with #F53127

Text Example


Text Example

White with #F53127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53127; }

 p { color: rgb(245,49,39); }

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

background-color css

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

 a { background-color: rgb(245,49,39); }

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

border-color css

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

 span { border-color: rgb(245,49,39); }

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