Html Css Color HEX #F54716 Orange Red

📋 copy color: '#F54716'

red 245 ◦ green 71 ◦ blue 22

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

Shades of Orange Red #F54716

Tints of Orange Red #F54716

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.01%

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

R = 72.49%
G = 21.01%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F54716 (or 0xF54716) is known color: Orange Red. HEX triplet: F5, 47 and 16. RGB value is (245,71,22). Sum of RGB (Red+Green+Blue) = 245+71+22=338 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.49% from 338); Green value is 71 (28.12% from 255 or 21.01% from 338); Blue value is 22 (8.98% from 255 or 6.51% from 338); Max value from RGB is 245 - color contains mainly: red. Hex color #F54716 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F54716 is #0AB8E9. Grayscale: #757575. Windows color (decimal): -702698 or 1460213. OLE color: 1460213.

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

Color convert

RGB 245 71 22 -
CMYK 0 0.71 0.91 0.04
HSL 13.18º 0.92% 0.52% -
HSV(B) 13.18º 0.91% 0.96% -
XYZ 40.05 23.98 3.28 -
YUV 117.44 74.15 218.98 -
System Red Green Blue C M Y K H S L
Decimal 245 71 22 0 0.71 0.91 0.04 13.18 0.92 0.52
Hex F5 47 16 0 47 5B 4 D 5C 34
Octal 365 107 26 0 107 133 4 15 134 64
Binary 11110101 1000111 10110 0 1000111 1011011 100 1101 1011100 110100

Color Harmonies of #F54716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54716

Black with #F54716

Text Example


Text Example

White with #F54716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54716; }

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

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

background-color css

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

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

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

border-color css

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

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

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