Html Css Color HEX #F53714 Orange Red

📋 copy color: '#F53714'

red 245 ◦ green 55 ◦ blue 20

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

Shades of Orange Red #F53714

Tints of Orange Red #F53714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.25%

R = 76.56%
G = 17.19%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F53714 (or 0xF53714) is known color: Orange Red. HEX triplet: F5, 37 and 14. RGB value is (245,55,20). Sum of RGB (Red+Green+Blue) = 245+55+20=320 (42% of max value = 765). Red value is 245 (96.09% from 255 or 76.56% from 320); Green value is 55 (21.88% from 255 or 17.19% from 320); Blue value is 20 (8.20% from 255 or 6.25% from 320); Max value from RGB is 245 - color contains mainly: red. Hex color #F53714 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F53714 is #0AC8EB. Grayscale: #6C6C6C. Windows color (decimal): -706796 or 1325045. OLE color: 1325045.

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

Color convert

RGB 245 55 20 -
CMYK 0 0.78 0.92 0.04
HSL 9.33º 0.92% 0.52% -
HSV(B) 9.33º 0.92% 0.96% -
XYZ 39.15 22.2 2.88 -
YUV 107.82 78.45 225.85 -
System Red Green Blue C M Y K H S L
Decimal 245 55 20 0 0.78 0.92 0.04 9.33 0.92 0.52
Hex F5 37 14 0 4E 5C 4 9 5C 34
Octal 365 67 24 0 116 134 4 11 134 64
Binary 11110101 110111 10100 0 1001110 1011100 100 1001 1011100 110100

Color Harmonies of #F53714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53714

Black with #F53714

Text Example


Text Example

White with #F53714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53714; }

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

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

background-color css

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

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

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

border-color css

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

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

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