Html Css Color HEX #F54710 Orange Red

📋 copy color: '#F54710'

red 245 ◦ green 71 ◦ blue 16

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

Shades of Orange Red #F54710

Tints of Orange Red #F54710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.82%

R = 73.8%
G = 21.39%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F54710 (or 0xF54710) is known color: Orange Red. HEX triplet: F5, 47 and 10. RGB value is (245,71,16). Sum of RGB (Red+Green+Blue) = 245+71+16=332 (43% of max value = 765). Red value is 245 (96.09% from 255 or 73.80% from 332); Green value is 71 (28.12% from 255 or 21.39% from 332); Blue value is 16 (6.64% from 255 or 4.82% from 332); Max value from RGB is 245 - color contains mainly: red. Hex color #F54710 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F54710 is #0AB8EF. Grayscale: #757575. Windows color (decimal): -702704 or 1066997. OLE color: 1066997.

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

Color convert

RGB 245 71 16 -
CMYK 0 0.71 0.93 0.04
HSL 14.41º 0.92% 0.51% -
HSV(B) 14.41º 0.93% 0.96% -
XYZ 40 23.96 3.01 -
YUV 116.76 71.15 219.47 -
System Red Green Blue C M Y K H S L
Decimal 245 71 16 0 0.71 0.93 0.04 14.41 0.92 0.51
Hex F5 47 10 0 47 5D 4 E 5C 33
Octal 365 107 20 0 107 135 4 16 134 63
Binary 11110101 1000111 10000 0 1000111 1011101 100 1110 1011100 110011

Color Harmonies of #F54710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54710

Black with #F54710

Text Example


Text Example

White with #F54710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54710; }

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

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

background-color css

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

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

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

border-color css

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

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

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