Html Css Color HEX #F14116 Orange Red

📋 copy color: '#F14116'

red 241 ◦ green 65 ◦ blue 22

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

Shades of Orange Red #F14116

Tints of Orange Red #F14116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.71%

R = 73.48%
G = 19.82%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F14116 (or 0xF14116) is known color: Orange Red. HEX triplet: F1, 41 and 16. RGB value is (241,65,22). Sum of RGB (Red+Green+Blue) = 241+65+22=328 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.48% from 328); Green value is 65 (25.78% from 255 or 19.82% from 328); Blue value is 22 (8.98% from 255 or 6.71% from 328); Max value from RGB is 241 - color contains mainly: red. Hex color #F14116 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F14116 is #0EBEE9. Grayscale: #717171. Windows color (decimal): -966378 or 1458673. OLE color: 1458673.

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

Color convert

RGB 241 65 22 -
CMYK 0 0.73 0.91 0.05
HSL 11.78º 0.89% 0.52% -
HSV(B) 11.78º 0.91% 0.95% -
XYZ 38.31 22.54 3.09 -
YUV 112.72 76.81 219.5 -
System Red Green Blue C M Y K H S L
Decimal 241 65 22 0 0.73 0.91 0.05 11.78 0.89 0.52
Hex F1 41 16 0 49 5B 5 C 59 34
Octal 361 101 26 0 111 133 5 14 131 64
Binary 11110001 1000001 10110 0 1001001 1011011 101 1100 1011001 110100

Color Harmonies of #F14116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14116

Black with #F14116

Text Example


Text Example

White with #F14116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14116; }

 p { color: rgb(241,65,22); }

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

background-color css

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

 a { background-color: rgb(241,65,22); }

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

border-color css

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

 span { border-color: rgb(241,65,22); }

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