Html Css Color HEX #F54916 Orange Red

📋 copy color: '#F54916'

red 245 ◦ green 73 ◦ blue 22

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

Shades of Orange Red #F54916

Tints of Orange Red #F54916

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.47%

 BLUE value IS 22 (8.98% from 255) = 6.47%

R = 72.06%
G = 21.47%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F54916 (or 0xF54916) is known color: Orange Red. HEX triplet: F5, 49 and 16. RGB value is (245,73,22). Sum of RGB (Red+Green+Blue) = 245+73+22=340 (45% of max value = 765). Red value is 245 (96.09% from 255 or 72.06% from 340); Green value is 73 (28.91% from 255 or 21.47% from 340); Blue value is 22 (8.98% from 255 or 6.47% from 340); Max value from RGB is 245 - color contains mainly: red. Hex color #F54916 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F54916 is #0AB6E9. Grayscale: #767676. Windows color (decimal): -702186 or 1460725. OLE color: 1460725.

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

Color convert

RGB 245 73 22 -
CMYK 0 0.70 0.91 0.04
HSL 13.72º 0.92% 0.52% -
HSV(B) 13.72º 0.91% 0.96% -
XYZ 40.18 24.24 3.32 -
YUV 118.61 73.48 218.15 -
System Red Green Blue C M Y K H S L
Decimal 245 73 22 0 0.70 0.91 0.04 13.72 0.92 0.52
Hex F5 49 16 0 46 5B 4 E 5C 34
Octal 365 111 26 0 106 133 4 16 134 64
Binary 11110101 1001001 10110 0 1000110 1011011 100 1110 1011100 110100

Color Harmonies of #F54916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54916

Black with #F54916

Text Example


Text Example

White with #F54916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54916; }

 p { color: rgb(245,73,22); }

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

background-color css

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

 a { background-color: rgb(245,73,22); }

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

border-color css

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

 span { border-color: rgb(245,73,22); }

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