Html Css Color HEX #F54016 Orange Red

📋 copy color: '#F54016'

red 245 ◦ green 64 ◦ blue 22

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

Shades of Orange Red #F54016

Tints of Orange Red #F54016

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.34%

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

R = 74.02%
G = 19.34%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F54016 (or 0xF54016) is known color: Orange Red. HEX triplet: F5, 40 and 16. RGB value is (245,64,22). Sum of RGB (Red+Green+Blue) = 245+64+22=331 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.02% from 331); Green value is 64 (25.39% from 255 or 19.34% from 331); Blue value is 22 (8.98% from 255 or 6.65% from 331); Max value from RGB is 245 - color contains mainly: red. Hex color #F54016 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F54016 is #0ABFE9. Grayscale: #717171. Windows color (decimal): -704490 or 1458421. OLE color: 1458421.

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

Color convert

RGB 245 64 22 -
CMYK 0 0.74 0.91 0.04
HSL 11.3º 0.92% 0.52% -
HSV(B) 11.3º 0.91% 0.96% -
XYZ 39.63 23.14 3.14 -
YUV 113.33 76.47 221.92 -
System Red Green Blue C M Y K H S L
Decimal 245 64 22 0 0.74 0.91 0.04 11.3 0.92 0.52
Hex F5 40 16 0 4A 5B 4 B 5C 34
Octal 365 100 26 0 112 133 4 13 134 64
Binary 11110101 1000000 10110 0 1001010 1011011 100 1011 1011100 110100

Color Harmonies of #F54016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54016

Black with #F54016

Text Example


Text Example

White with #F54016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54016; }

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

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

background-color css

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

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

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

border-color css

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

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

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