Html Css Color HEX #F14719 Orange Red

📋 copy color: '#F14719'

red 241 ◦ green 71 ◦ blue 25

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

Shades of Orange Red #F14719

Tints of Orange Red #F14719

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.42%

R = 71.51%
G = 21.07%
B = 7.42%

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

#F14719 (or 0xF14719) is known color: Orange Red. HEX triplet: F1, 47 and 19. RGB value is (241,71,25). Sum of RGB (Red+Green+Blue) = 241+71+25=337 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.51% from 337); Green value is 71 (28.12% from 255 or 21.07% from 337); Blue value is 25 (10.16% from 255 or 7.42% from 337); Max value from RGB is 241 - color contains mainly: red. Hex color #F14719 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F14719 is #0EB8E6. Grayscale: #747474. Windows color (decimal): -964839 or 1656817. OLE color: 1656817.

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

Color convert

RGB 241 71 25 -
CMYK 0 0.71 0.90 0.05
HSL 12.78º 0.89% 0.52% -
HSV(B) 12.78º 0.9% 0.95% -
XYZ 38.7 23.28 3.37 -
YUV 116.59 76.32 216.74 -
System Red Green Blue C M Y K H S L
Decimal 241 71 25 0 0.71 0.90 0.05 12.78 0.89 0.52
Hex F1 47 19 0 47 5A 5 D 59 34
Octal 361 107 31 0 107 132 5 15 131 64
Binary 11110001 1000111 11001 0 1000111 1011010 101 1101 1011001 110100

Color Harmonies of #F14719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14719

Black with #F14719

Text Example


Text Example

White with #F14719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14719; }

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

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

background-color css

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

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

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

border-color css

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

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

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