Html Css Color HEX #F14117 Orange Red

📋 copy color: '#F14117'

red 241 ◦ green 65 ◦ blue 23

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

Shades of Orange Red #F14117

Tints of Orange Red #F14117

RGB

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

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

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

R = 73.25%
G = 19.76%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F14117 (or 0xF14117) is known color: Orange Red. HEX triplet: F1, 41 and 17. RGB value is (241,65,23). Sum of RGB (Red+Green+Blue) = 241+65+23=329 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.25% from 329); Green value is 65 (25.78% from 255 or 19.76% from 329); Blue value is 23 (9.38% from 255 or 6.99% from 329); Max value from RGB is 241 - color contains mainly: red. Hex color #F14117 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F14117 is #0EBEE8. Grayscale: #717171. Windows color (decimal): -966377 or 1524209. OLE color: 1524209.

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

Color convert

RGB 241 65 23 -
CMYK 0 0.73 0.90 0.05
HSL 11.56º 0.89% 0.52% -
HSV(B) 11.56º 0.9% 0.95% -
XYZ 38.32 22.54 3.14 -
YUV 112.84 77.31 219.42 -
System Red Green Blue C M Y K H S L
Decimal 241 65 23 0 0.73 0.90 0.05 11.56 0.89 0.52
Hex F1 41 17 0 49 5A 5 C 59 34
Octal 361 101 27 0 111 132 5 14 131 64
Binary 11110001 1000001 10111 0 1001001 1011010 101 1100 1011001 110100

Color Harmonies of #F14117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14117

Black with #F14117

Text Example


Text Example

White with #F14117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14117; }

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

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

background-color css

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

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

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

border-color css

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

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

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