Html Css Color HEX #F14311 Orange Red

📋 copy color: '#F14311'

red 241 ◦ green 67 ◦ blue 17

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

Shades of Orange Red #F14311

Tints of Orange Red #F14311

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.62%

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

R = 74.15%
G = 20.62%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F14311 (or 0xF14311) is known color: Orange Red. HEX triplet: F1, 43 and 11. RGB value is (241,67,17). Sum of RGB (Red+Green+Blue) = 241+67+17=325 (43% of max value = 765). Red value is 241 (94.53% from 255 or 74.15% from 325); Green value is 67 (26.56% from 255 or 20.62% from 325); Blue value is 17 (7.03% from 255 or 5.23% from 325); Max value from RGB is 241 - color contains mainly: red. Hex color #F14311 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F14311 is #0EBCEE. Grayscale: #717171. Windows color (decimal): -965871 or 1131505. OLE color: 1131505.

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

Color convert

RGB 241 67 17 -
CMYK 0 0.72 0.93 0.05
HSL 13.39º 0.89% 0.51% -
HSV(B) 13.39º 0.93% 0.95% -
XYZ 38.38 22.76 2.9 -
YUV 113.33 73.65 219.07 -
System Red Green Blue C M Y K H S L
Decimal 241 67 17 0 0.72 0.93 0.05 13.39 0.89 0.51
Hex F1 43 11 0 48 5D 5 D 59 33
Octal 361 103 21 0 110 135 5 15 131 63
Binary 11110001 1000011 10001 0 1001000 1011101 101 1101 1011001 110011

Color Harmonies of #F14311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14311

Black with #F14311

Text Example


Text Example

White with #F14311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14311; }

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

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

background-color css

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

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

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

border-color css

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

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

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