Html Css Color HEX #F54610 Orange Red

📋 copy color: '#F54610'

red 245 ◦ green 70 ◦ blue 16

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

Shades of Orange Red #F54610

Tints of Orange Red #F54610

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.15%

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

R = 74.02%
G = 21.15%
B = 4.83%

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

#F54610 (or 0xF54610) is known color: Orange Red. HEX triplet: F5, 46 and 10. RGB value is (245,70,16). Sum of RGB (Red+Green+Blue) = 245+70+16=331 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.02% from 331); Green value is 70 (27.73% from 255 or 21.15% from 331); Blue value is 16 (6.64% from 255 or 4.83% from 331); Max value from RGB is 245 - color contains mainly: red. Hex color #F54610 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F54610 is #0AB9EF. Grayscale: #747474. Windows color (decimal): -702960 or 1066741. OLE color: 1066741.

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

Color convert

RGB 245 70 16 -
CMYK 0 0.71 0.93 0.04
HSL 14.15º 0.92% 0.51% -
HSV(B) 14.15º 0.93% 0.96% -
XYZ 39.94 23.83 2.98 -
YUV 116.17 71.48 219.89 -
System Red Green Blue C M Y K H S L
Decimal 245 70 16 0 0.71 0.93 0.04 14.15 0.92 0.51
Hex F5 46 10 0 47 5D 4 E 5C 33
Octal 365 106 20 0 107 135 4 16 134 63
Binary 11110101 1000110 10000 0 1000111 1011101 100 1110 1011100 110011

Color Harmonies of #F54610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54610

Black with #F54610

Text Example


Text Example

White with #F54610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54610; }

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

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

background-color css

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

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

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

border-color css

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

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

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