Html Css Color HEX #F14A15 Orange Red

📋 copy color: '#F14A15'

red 241 ◦ green 74 ◦ blue 21

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

Shades of Orange Red #F14A15

Tints of Orange Red #F14A15

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.02%

 BLUE value IS 21 (8.59% from 255) = 6.25%

R = 71.73%
G = 22.02%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F14A15 (or 0xF14A15) is known color: Orange Red. HEX triplet: F1, 4A and 15. RGB value is (241,74,21). Sum of RGB (Red+Green+Blue) = 241+74+21=336 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.73% from 336); Green value is 74 (29.30% from 255 or 22.02% from 336); Blue value is 21 (8.59% from 255 or 6.25% from 336); Max value from RGB is 241 - color contains mainly: red. Hex color #F14A15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F14A15 is #0EB5EA. Grayscale: #767676. Windows color (decimal): -964075 or 1395441. OLE color: 1395441.

HSL color Cylindrical-coordinate representation of color #F14A15: hue angle of 14.45º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F14A15 is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 74 21 -
CMYK 0 0.69 0.91 0.05
HSL 14.45º 0.89% 0.51% -
HSV(B) 14.45º 0.91% 0.95% -
XYZ 38.86 23.65 3.23 -
YUV 117.89 73.33 215.81 -
System Red Green Blue C M Y K H S L
Decimal 241 74 21 0 0.69 0.91 0.05 14.45 0.89 0.51
Hex F1 4A 15 0 45 5B 5 E 59 33
Octal 361 112 25 0 105 133 5 16 131 63
Binary 11110001 1001010 10101 0 1000101 1011011 101 1110 1011001 110011

Color Harmonies of #F14A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14A15

Black with #F14A15

Text Example


Text Example

White with #F14A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14A15; }

 p { color: rgb(241,74,21); }

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

background-color css

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

 a { background-color: rgb(241,74,21); }

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

border-color css

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

 span { border-color: rgb(241,74,21); }

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