Html Css Color HEX #F14611 Orange Red

📋 copy color: '#F14611'

red 241 ◦ green 70 ◦ blue 17

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

Shades of Orange Red #F14611

Tints of Orange Red #F14611

RGB

 RED value IS 241 (94.53% from 255) = 73.48%

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

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

R = 73.48%
G = 21.34%
B = 5.18%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F14611 (or 0xF14611) is known color: Orange Red. HEX triplet: F1, 46 and 11. RGB value is (241,70,17). Sum of RGB (Red+Green+Blue) = 241+70+17=328 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.48% from 328); Green value is 70 (27.73% from 255 or 21.34% from 328); Blue value is 17 (7.03% from 255 or 5.18% from 328); Max value from RGB is 241 - color contains mainly: red. Hex color #F14611 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F14611 is #0EB9EE. Grayscale: #737373. Windows color (decimal): -965103 or 1132273. OLE color: 1132273.

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

Color convert

RGB 241 70 17 -
CMYK 0 0.71 0.93 0.05
HSL 14.2º 0.89% 0.51% -
HSV(B) 14.2º 0.93% 0.95% -
XYZ 38.57 23.12 2.96 -
YUV 115.09 72.65 217.81 -
System Red Green Blue C M Y K H S L
Decimal 241 70 17 0 0.71 0.93 0.05 14.2 0.89 0.51
Hex F1 46 11 0 47 5D 5 E 59 33
Octal 361 106 21 0 107 135 5 16 131 63
Binary 11110001 1000110 10001 0 1000111 1011101 101 1110 1011001 110011

Color Harmonies of #F14611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14611

Black with #F14611

Text Example


Text Example

White with #F14611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14611; }

 p { color: rgb(241,70,17); }

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

background-color css

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

 a { background-color: rgb(241,70,17); }

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

border-color css

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

 span { border-color: rgb(241,70,17); }

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