Html Css Color HEX #F54111 Orange Red

📋 copy color: '#F54111'

red 245 ◦ green 65 ◦ blue 17

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

Shades of Orange Red #F54111

Tints of Orange Red #F54111

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.88%

 BLUE value IS 17 (7.03% from 255) = 5.2%

R = 74.92%
G = 19.88%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F54111 (or 0xF54111) is known color: Orange Red. HEX triplet: F5, 41 and 11. RGB value is (245,65,17). Sum of RGB (Red+Green+Blue) = 245+65+17=327 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.92% from 327); Green value is 65 (25.78% from 255 or 19.88% from 327); Blue value is 17 (7.03% from 255 or 5.20% from 327); Max value from RGB is 245 - color contains mainly: red. Hex color #F54111 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F54111 is #0ABEEE. Grayscale: #717171. Windows color (decimal): -704239 or 1130997. OLE color: 1130997.

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

Color convert

RGB 245 65 17 -
CMYK 0 0.73 0.93 0.04
HSL 12.63º 0.92% 0.51% -
HSV(B) 12.63º 0.93% 0.96% -
XYZ 39.65 23.23 2.93 -
YUV 113.35 73.63 221.9 -
System Red Green Blue C M Y K H S L
Decimal 245 65 17 0 0.73 0.93 0.04 12.63 0.92 0.51
Hex F5 41 11 0 49 5D 4 D 5C 33
Octal 365 101 21 0 111 135 4 15 134 63
Binary 11110101 1000001 10001 0 1001001 1011101 100 1101 1011100 110011

Color Harmonies of #F54111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54111

Black with #F54111

Text Example


Text Example

White with #F54111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54111; }

 p { color: rgb(245,65,17); }

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

background-color css

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

 a { background-color: rgb(245,65,17); }

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

border-color css

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

 span { border-color: rgb(245,65,17); }

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