Html Css Color HEX #F54513 Orange Red

📋 copy color: '#F54513'

red 245 ◦ green 69 ◦ blue 19

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

Shades of Orange Red #F54513

Tints of Orange Red #F54513

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.72%

 BLUE value IS 19 (7.81% from 255) = 5.71%

R = 73.57%
G = 20.72%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F54513 (or 0xF54513) is known color: Orange Red. HEX triplet: F5, 45 and 13. RGB value is (245,69,19). Sum of RGB (Red+Green+Blue) = 245+69+19=333 (44% of max value = 765). Red value is 245 (96.09% from 255 or 73.57% from 333); Green value is 69 (27.34% from 255 or 20.72% from 333); Blue value is 19 (7.81% from 255 or 5.71% from 333); Max value from RGB is 245 - color contains mainly: red. Hex color #F54513 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F54513 is #0ABAEC. Grayscale: #747474. Windows color (decimal): -703213 or 1263093. OLE color: 1263093.

HSL color Cylindrical-coordinate representation of color #F54513: hue angle of 13.27º 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 #F54513 is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 69 19 -
CMYK 0 0.72 0.92 0.04
HSL 13.27º 0.92% 0.52% -
HSV(B) 13.27º 0.92% 0.96% -
XYZ 39.9 23.72 3.09 -
YUV 115.92 73.31 220.07 -
System Red Green Blue C M Y K H S L
Decimal 245 69 19 0 0.72 0.92 0.04 13.27 0.92 0.52
Hex F5 45 13 0 48 5C 4 D 5C 34
Octal 365 105 23 0 110 134 4 15 134 64
Binary 11110101 1000101 10011 0 1001000 1011100 100 1101 1011100 110100

Color Harmonies of #F54513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54513

Black with #F54513

Text Example


Text Example

White with #F54513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54513; }

 p { color: rgb(245,69,19); }

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

background-color css

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

 a { background-color: rgb(245,69,19); }

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

border-color css

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

 span { border-color: rgb(245,69,19); }

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