Html Css Color HEX #F5372F Red Orange

📋 copy color: '#F5372F'

red 245 ◦ green 55 ◦ blue 47

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

Shades of Red Orange #F5372F

Tints of Red Orange #F5372F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.54%

R = 70.61%
G = 15.85%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#F5372F (or 0xF5372F) is known color: Red Orange. HEX triplet: F5, 37 and 2F. RGB value is (245,55,47). Sum of RGB (Red+Green+Blue) = 245+55+47=347 (45% of max value = 765). Red value is 245 (96.09% from 255 or 70.61% from 347); Green value is 55 (21.88% from 255 or 15.85% from 347); Blue value is 47 (18.75% from 255 or 13.54% from 347); Max value from RGB is 245 - color contains mainly: red. Hex color #F5372F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5372F is #0AC8D0. Grayscale: #6F6F6F. Windows color (decimal): -706769 or 3094517. OLE color: 3094517.

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

Color convert

RGB 245 55 47 -
CMYK 0 0.78 0.81 0.04
HSL 2.42º 0.91% 0.57% -
HSV(B) 2.42º 0.81% 0.96% -
XYZ 39.54 22.35 4.92 -
YUV 110.9 91.95 223.65 -
System Red Green Blue C M Y K H S L
Decimal 245 55 47 0 0.78 0.81 0.04 2.42 0.91 0.57
Hex F5 37 2F 0 4E 51 4 2 5B 39
Octal 365 67 57 0 116 121 4 2 133 71
Binary 11110101 110111 101111 0 1001110 1010001 100 10 1011011 111001

Color Harmonies of #F5372F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5372F

Black with #F5372F

Text Example


Text Example

White with #F5372F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5372F; }

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

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

background-color css

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

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

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

border-color css

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

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

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