Html Css Color HEX #F5371C Red Orange

📋 copy color: '#F5371C'

red 245 ◦ green 55 ◦ blue 28

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

Shades of Red Orange #F5371C

Tints of Red Orange #F5371C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.54%

R = 74.7%
G = 16.77%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F5371C (or 0xF5371C) is known color: Red Orange. HEX triplet: F5, 37 and 1C. RGB value is (245,55,28). Sum of RGB (Red+Green+Blue) = 245+55+28=328 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.70% from 328); Green value is 55 (21.88% from 255 or 16.77% from 328); Blue value is 28 (11.33% from 255 or 8.54% from 328); Max value from RGB is 245 - color contains mainly: red. Hex color #F5371C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5371C is #0AC8E3. Grayscale: #6D6D6D. Windows color (decimal): -706788 or 1849333. OLE color: 1849333.

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

Color convert

RGB 245 55 28 -
CMYK 0 0.78 0.89 0.04
HSL 7.47º 0.92% 0.54% -
HSV(B) 7.47º 0.89% 0.96% -
XYZ 39.23 22.23 3.32 -
YUV 108.73 82.45 225.2 -
System Red Green Blue C M Y K H S L
Decimal 245 55 28 0 0.78 0.89 0.04 7.47 0.92 0.54
Hex F5 37 1C 0 4E 59 4 7 5C 36
Octal 365 67 34 0 116 131 4 7 134 66
Binary 11110101 110111 11100 0 1001110 1011001 100 111 1011100 110110

Color Harmonies of #F5371C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5371C

Black with #F5371C

Text Example


Text Example

White with #F5371C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5371C; }

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

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

background-color css

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

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

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

border-color css

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

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

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