Html Css Color HEX #F14316 Orange Red

📋 copy color: '#F14316'

red 241 ◦ green 67 ◦ blue 22

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

Shades of Orange Red #F14316

Tints of Orange Red #F14316

RGB

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

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

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

R = 73.03%
G = 20.3%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F14316 (or 0xF14316) is known color: Orange Red. HEX triplet: F1, 43 and 16. RGB value is (241,67,22). Sum of RGB (Red+Green+Blue) = 241+67+22=330 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.03% from 330); Green value is 67 (26.56% from 255 or 20.30% from 330); Blue value is 22 (8.98% from 255 or 6.67% from 330); Max value from RGB is 241 - color contains mainly: red. Hex color #F14316 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F14316 is #0EBCE9. Grayscale: #727272. Windows color (decimal): -965866 or 1459185. OLE color: 1459185.

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

Color convert

RGB 241 67 22 -
CMYK 0 0.72 0.91 0.05
HSL 12.33º 0.89% 0.52% -
HSV(B) 12.33º 0.91% 0.95% -
XYZ 38.43 22.77 3.13 -
YUV 113.9 76.15 218.66 -
System Red Green Blue C M Y K H S L
Decimal 241 67 22 0 0.72 0.91 0.05 12.33 0.89 0.52
Hex F1 43 16 0 48 5B 5 C 59 34
Octal 361 103 26 0 110 133 5 14 131 64
Binary 11110001 1000011 10110 0 1001000 1011011 101 1100 1011001 110100

Color Harmonies of #F14316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14316

Black with #F14316

Text Example


Text Example

White with #F14316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14316; }

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

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

background-color css

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

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

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

border-color css

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

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

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