Html Css Color HEX #F14617 Orange Red

📋 copy color: '#F14617'

red 241 ◦ green 70 ◦ blue 23

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

Shades of Orange Red #F14617

Tints of Orange Red #F14617

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.96%

 BLUE value IS 23 (9.38% from 255) = 6.89%

R = 72.16%
G = 20.96%
B = 6.89%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F14617 (or 0xF14617) is known color: Orange Red. HEX triplet: F1, 46 and 17. RGB value is (241,70,23). Sum of RGB (Red+Green+Blue) = 241+70+23=334 (44% of max value = 765). Red value is 241 (94.53% from 255 or 72.16% from 334); Green value is 70 (27.73% from 255 or 20.96% from 334); Blue value is 23 (9.38% from 255 or 6.89% from 334); Max value from RGB is 241 - color contains mainly: red. Hex color #F14617 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F14617 is #0EB9E8. Grayscale: #747474. Windows color (decimal): -965097 or 1525489. OLE color: 1525489.

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

Color convert

RGB 241 70 23 -
CMYK 0 0.71 0.90 0.05
HSL 12.94º 0.89% 0.52% -
HSV(B) 12.94º 0.9% 0.95% -
XYZ 38.62 23.14 3.24 -
YUV 115.77 75.65 217.32 -
System Red Green Blue C M Y K H S L
Decimal 241 70 23 0 0.71 0.90 0.05 12.94 0.89 0.52
Hex F1 46 17 0 47 5A 5 D 59 34
Octal 361 106 27 0 107 132 5 15 131 64
Binary 11110001 1000110 10111 0 1000111 1011010 101 1101 1011001 110100

Color Harmonies of #F14617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14617

Black with #F14617

Text Example


Text Example

White with #F14617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14617; }

 p { color: rgb(241,70,23); }

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

background-color css

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

 a { background-color: rgb(241,70,23); }

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

border-color css

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

 span { border-color: rgb(241,70,23); }

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