Html Css Color HEX #F54010 Orange Red

📋 copy color: '#F54010'

red 245 ◦ green 64 ◦ blue 16

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

Shades of Orange Red #F54010

Tints of Orange Red #F54010

RGB

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

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

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

R = 75.38%
G = 19.69%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F54010 (or 0xF54010) is known color: Orange Red. HEX triplet: F5, 40 and 10. RGB value is (245,64,16). Sum of RGB (Red+Green+Blue) = 245+64+16=325 (43% of max value = 765). Red value is 245 (96.09% from 255 or 75.38% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 16 (6.64% from 255 or 4.92% from 325); Max value from RGB is 245 - color contains mainly: red. Hex color #F54010 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F54010 is #0ABFEF. Grayscale: #717171. Windows color (decimal): -704496 or 1065205. OLE color: 1065205.

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

Color convert

RGB 245 64 16 -
CMYK 0 0.74 0.93 0.04
HSL 12.58º 0.92% 0.51% -
HSV(B) 12.58º 0.93% 0.96% -
XYZ 39.58 23.12 2.87 -
YUV 112.65 73.47 222.4 -
System Red Green Blue C M Y K H S L
Decimal 245 64 16 0 0.74 0.93 0.04 12.58 0.92 0.51
Hex F5 40 10 0 4A 5D 4 D 5C 33
Octal 365 100 20 0 112 135 4 15 134 63
Binary 11110101 1000000 10000 0 1001010 1011101 100 1101 1011100 110011

Color Harmonies of #F54010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54010

Black with #F54010

Text Example


Text Example

White with #F54010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54010; }

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

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

background-color css

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

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

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

border-color css

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

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

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