Html Css Color HEX #F54813 Orange Red

📋 copy color: '#F54813'

red 245 ◦ green 72 ◦ blue 19

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

Shades of Orange Red #F54813

Tints of Orange Red #F54813

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.43%

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

R = 72.92%
G = 21.43%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F54813 (or 0xF54813) is known color: Orange Red. HEX triplet: F5, 48 and 13. RGB value is (245,72,19). Sum of RGB (Red+Green+Blue) = 245+72+19=336 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.92% from 336); Green value is 72 (28.52% from 255 or 21.43% from 336); Blue value is 19 (7.81% from 255 or 5.65% from 336); Max value from RGB is 245 - color contains mainly: red. Hex color #F54813 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F54813 is #0AB7EC. Grayscale: #767676. Windows color (decimal): -702445 or 1263861. OLE color: 1263861.

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

Color convert

RGB 245 72 19 -
CMYK 0 0.71 0.92 0.04
HSL 14.07º 0.92% 0.52% -
HSV(B) 14.07º 0.92% 0.96% -
XYZ 40.09 24.09 3.15 -
YUV 117.69 72.31 218.81 -
System Red Green Blue C M Y K H S L
Decimal 245 72 19 0 0.71 0.92 0.04 14.07 0.92 0.52
Hex F5 48 13 0 47 5C 4 E 5C 34
Octal 365 110 23 0 107 134 4 16 134 64
Binary 11110101 1001000 10011 0 1000111 1011100 100 1110 1011100 110100

Color Harmonies of #F54813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54813

Black with #F54813

Text Example


Text Example

White with #F54813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54813; }

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

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

background-color css

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

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

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

border-color css

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

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

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