Html Css Color HEX #F5372C Red Orange

📋 copy color: '#F5372C'

red 245 ◦ green 55 ◦ blue 44

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

Shades of Red Orange #F5372C

Tints of Red Orange #F5372C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.79%

R = 71.22%
G = 15.99%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F5372C (or 0xF5372C) is known color: Red Orange. HEX triplet: F5, 37 and 2C. RGB value is (245,55,44). Sum of RGB (Red+Green+Blue) = 245+55+44=344 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.22% from 344); Green value is 55 (21.88% from 255 or 15.99% from 344); Blue value is 44 (17.58% from 255 or 12.79% from 344); Max value from RGB is 245 - color contains mainly: red. Hex color #F5372C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5372C is #0AC8D3. Grayscale: #6E6E6E. Windows color (decimal): -706772 or 2897909. OLE color: 2897909.

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

Color convert

RGB 245 55 44 -
CMYK 0 0.78 0.82 0.04
HSL 3.28º 0.91% 0.57% -
HSV(B) 3.28º 0.82% 0.96% -
XYZ 39.48 22.33 4.61 -
YUV 110.56 90.45 223.89 -
System Red Green Blue C M Y K H S L
Decimal 245 55 44 0 0.78 0.82 0.04 3.28 0.91 0.57
Hex F5 37 2C 0 4E 52 4 3 5B 39
Octal 365 67 54 0 116 122 4 3 133 71
Binary 11110101 110111 101100 0 1001110 1010010 100 11 1011011 111001

Color Harmonies of #F5372C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5372C

Black with #F5372C

Text Example


Text Example

White with #F5372C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5372C; }

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

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

background-color css

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

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

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

border-color css

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

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

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