Html Css Color HEX #F14717 Orange Red

📋 copy color: '#F14717'

red 241 ◦ green 71 ◦ blue 23

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

Shades of Orange Red #F14717

Tints of Orange Red #F14717

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.19%

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

R = 71.94%
G = 21.19%
B = 6.87%

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

#F14717 (or 0xF14717) is known color: Orange Red. HEX triplet: F1, 47 and 17. RGB value is (241,71,23). Sum of RGB (Red+Green+Blue) = 241+71+23=335 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.94% from 335); Green value is 71 (28.12% from 255 or 21.19% from 335); Blue value is 23 (9.38% from 255 or 6.87% from 335); Max value from RGB is 241 - color contains mainly: red. Hex color #F14717 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F14717 is #0EB8E8. Grayscale: #747474. Windows color (decimal): -964841 or 1525745. OLE color: 1525745.

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

Color convert

RGB 241 71 23 -
CMYK 0 0.71 0.90 0.05
HSL 13.21º 0.89% 0.52% -
HSV(B) 13.21º 0.9% 0.95% -
XYZ 38.68 23.27 3.26 -
YUV 116.36 75.32 216.9 -
System Red Green Blue C M Y K H S L
Decimal 241 71 23 0 0.71 0.90 0.05 13.21 0.89 0.52
Hex F1 47 17 0 47 5A 5 D 59 34
Octal 361 107 27 0 107 132 5 15 131 64
Binary 11110001 1000111 10111 0 1000111 1011010 101 1101 1011001 110100

Color Harmonies of #F14717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14717

Black with #F14717

Text Example


Text Example

White with #F14717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14717; }

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

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

background-color css

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

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

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

border-color css

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

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

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