Html Css Color HEX #F14711 Orange Red

📋 copy color: '#F14711'

red 241 ◦ green 71 ◦ blue 17

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

Shades of Orange Red #F14711

Tints of Orange Red #F14711

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.58%

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

R = 73.25%
G = 21.58%
B = 5.17%

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

#F14711 (or 0xF14711) is known color: Orange Red. HEX triplet: F1, 47 and 11. RGB value is (241,71,17). Sum of RGB (Red+Green+Blue) = 241+71+17=329 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.25% from 329); Green value is 71 (28.12% from 255 or 21.58% from 329); Blue value is 17 (7.03% from 255 or 5.17% from 329); Max value from RGB is 241 - color contains mainly: red. Hex color #F14711 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F14711 is #0EB8EE. Grayscale: #747474. Windows color (decimal): -964847 or 1132529. OLE color: 1132529.

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

Color convert

RGB 241 71 17 -
CMYK 0 0.71 0.93 0.05
HSL 14.46º 0.89% 0.51% -
HSV(B) 14.46º 0.93% 0.95% -
XYZ 38.63 23.25 2.98 -
YUV 115.67 72.32 217.39 -
System Red Green Blue C M Y K H S L
Decimal 241 71 17 0 0.71 0.93 0.05 14.46 0.89 0.51
Hex F1 47 11 0 47 5D 5 E 59 33
Octal 361 107 21 0 107 135 5 16 131 63
Binary 11110001 1000111 10001 0 1000111 1011101 101 1110 1011001 110011

Color Harmonies of #F14711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14711

Black with #F14711

Text Example


Text Example

White with #F14711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14711; }

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

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

background-color css

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

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

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

border-color css

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

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

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