Html Css Color HEX #F5370D Orange Red

📋 copy color: '#F5370D'

red 245 ◦ green 55 ◦ blue 13

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

Shades of Orange Red #F5370D

Tints of Orange Red #F5370D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.15%

R = 78.27%
G = 17.57%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F5370D (or 0xF5370D) is known color: Orange Red. HEX triplet: F5, 37 and 0D. RGB value is (245,55,13). Sum of RGB (Red+Green+Blue) = 245+55+13=313 (41% of max value = 765). Red value is 245 (96.09% from 255 or 78.27% from 313); Green value is 55 (21.88% from 255 or 17.57% from 313); Blue value is 13 (5.47% from 255 or 4.15% from 313); Max value from RGB is 245 - color contains mainly: red. Hex color #F5370D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F5370D is #0AC8F2. Grayscale: #6B6B6B. Windows color (decimal): -706803 or 866293. OLE color: 866293.

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

Color convert

RGB 245 55 13 -
CMYK 0 0.78 0.95 0.04
HSL 10.86º 0.92% 0.51% -
HSV(B) 10.86º 0.95% 0.96% -
XYZ 39.1 22.17 2.6 -
YUV 107.02 74.95 226.42 -
System Red Green Blue C M Y K H S L
Decimal 245 55 13 0 0.78 0.95 0.04 10.86 0.92 0.51
Hex F5 37 D 0 4E 5F 4 B 5C 33
Octal 365 67 15 0 116 137 4 13 134 63
Binary 11110101 110111 1101 0 1001110 1011111 100 1011 1011100 110011

Color Harmonies of #F5370D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5370D

Black with #F5370D

Text Example


Text Example

White with #F5370D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5370D; }

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

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

background-color css

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

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

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

border-color css

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

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

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