Html Css Color HEX #F14016 Orange Red

📋 copy color: '#F14016'

red 241 ◦ green 64 ◦ blue 22

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

Shades of Orange Red #F14016

Tints of Orange Red #F14016

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.57%

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

R = 73.7%
G = 19.57%
B = 6.73%

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

#F14016 (or 0xF14016) is known color: Orange Red. HEX triplet: F1, 40 and 16. RGB value is (241,64,22). Sum of RGB (Red+Green+Blue) = 241+64+22=327 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.70% from 327); Green value is 64 (25.39% from 255 or 19.57% from 327); Blue value is 22 (8.98% from 255 or 6.73% from 327); Max value from RGB is 241 - color contains mainly: red. Hex color #F14016 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F14016 is #0EBFE9. Grayscale: #707070. Windows color (decimal): -966634 or 1458417. OLE color: 1458417.

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

Color convert

RGB 241 64 22 -
CMYK 0 0.73 0.91 0.05
HSL 11.51º 0.89% 0.52% -
HSV(B) 11.51º 0.91% 0.95% -
XYZ 38.25 22.43 3.07 -
YUV 112.14 77.14 219.92 -
System Red Green Blue C M Y K H S L
Decimal 241 64 22 0 0.73 0.91 0.05 11.51 0.89 0.52
Hex F1 40 16 0 49 5B 5 C 59 34
Octal 361 100 26 0 111 133 5 14 131 64
Binary 11110001 1000000 10110 0 1001001 1011011 101 1100 1011001 110100

Color Harmonies of #F14016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14016

Black with #F14016

Text Example


Text Example

White with #F14016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14016; }

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

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

background-color css

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

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

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

border-color css

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

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

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