Html Css Color HEX #F14911 Orange Red

📋 copy color: '#F14911'

red 241 ◦ green 73 ◦ blue 17

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

Shades of Orange Red #F14911

Tints of Orange Red #F14911

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.05%

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

R = 72.81%
G = 22.05%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F14911 (or 0xF14911) is known color: Orange Red. HEX triplet: F1, 49 and 11. RGB value is (241,73,17). Sum of RGB (Red+Green+Blue) = 241+73+17=331 (43% of max value = 765). Red value is 241 (94.53% from 255 or 72.81% from 331); Green value is 73 (28.91% from 255 or 22.05% from 331); Blue value is 17 (7.03% from 255 or 5.14% from 331); Max value from RGB is 241 - color contains mainly: red. Hex color #F14911 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F14911 is #0EB6EE. Grayscale: #757575. Windows color (decimal): -964335 or 1133041. OLE color: 1133041.

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

Color convert

RGB 241 73 17 -
CMYK 0 0.70 0.93 0.05
HSL 15º 0.89% 0.51% -
HSV(B) 15º 0.93% 0.95% -
XYZ 38.76 23.51 3.02 -
YUV 116.85 71.66 216.55 -
System Red Green Blue C M Y K H S L
Decimal 241 73 17 0 0.70 0.93 0.05 15 0.89 0.51
Hex F1 49 11 0 46 5D 5 F 59 33
Octal 361 111 21 0 106 135 5 17 131 63
Binary 11110001 1001001 10001 0 1000110 1011101 101 1111 1011001 110011

Color Harmonies of #F14911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14911

Black with #F14911

Text Example


Text Example

White with #F14911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14911; }

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

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

background-color css

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

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

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

border-color css

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

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

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