Html Css Color HEX #F53227 Red Orange

📋 copy color: '#F53227'

red 245 ◦ green 50 ◦ blue 39

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

Shades of Red Orange #F53227

Tints of Red Orange #F53227

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.97%

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

R = 73.35%
G = 14.97%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#F53227 (or 0xF53227) is known color: Red Orange. HEX triplet: F5, 32 and 27. RGB value is (245,50,39). Sum of RGB (Red+Green+Blue) = 245+50+39=334 (44% of max value = 765). Red value is 245 (96.09% from 255 or 73.35% from 334); Green value is 50 (19.92% from 255 or 14.97% from 334); Blue value is 39 (15.62% from 255 or 11.68% from 334); Max value from RGB is 245 - color contains mainly: red. Hex color #F53227 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53227 is #0ACDD8. Grayscale: #6B6B6B. Windows color (decimal): -708057 or 2568949. OLE color: 2568949.

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

Color convert

RGB 245 50 39 -
CMYK 0 0.80 0.84 0.04
HSL 3.2º 0.91% 0.56% -
HSV(B) 3.2º 0.84% 0.96% -
XYZ 39.16 21.84 4.07 -
YUV 107.05 89.6 226.39 -
System Red Green Blue C M Y K H S L
Decimal 245 50 39 0 0.80 0.84 0.04 3.2 0.91 0.56
Hex F5 32 27 0 50 54 4 3 5B 38
Octal 365 62 47 0 120 124 4 3 133 70
Binary 11110101 110010 100111 0 1010000 1010100 100 11 1011011 111000

Color Harmonies of #F53227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53227

Black with #F53227

Text Example


Text Example

White with #F53227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53227; }

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

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

background-color css

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

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

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

border-color css

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

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

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