Html Css Color HEX #F14915 Orange Red

📋 copy color: '#F14915'

red 241 ◦ green 73 ◦ blue 21

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

Shades of Orange Red #F14915

Tints of Orange Red #F14915

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.79%

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

R = 71.94%
G = 21.79%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F14915 (or 0xF14915) is known color: Orange Red. HEX triplet: F1, 49 and 15. RGB value is (241,73,21). Sum of RGB (Red+Green+Blue) = 241+73+21=335 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.94% from 335); Green value is 73 (28.91% from 255 or 21.79% from 335); Blue value is 21 (8.59% from 255 or 6.27% from 335); Max value from RGB is 241 - color contains mainly: red. Hex color #F14915 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F14915 is #0EB6EA. Grayscale: #757575. Windows color (decimal): -964331 or 1395185. OLE color: 1395185.

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

Color convert

RGB 241 73 21 -
CMYK 0 0.70 0.91 0.05
HSL 14.18º 0.89% 0.51% -
HSV(B) 14.18º 0.91% 0.95% -
XYZ 38.79 23.52 3.2 -
YUV 117.3 73.66 216.23 -
System Red Green Blue C M Y K H S L
Decimal 241 73 21 0 0.70 0.91 0.05 14.18 0.89 0.51
Hex F1 49 15 0 46 5B 5 E 59 33
Octal 361 111 25 0 106 133 5 16 131 63
Binary 11110001 1001001 10101 0 1000110 1011011 101 1110 1011001 110011

Color Harmonies of #F14915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14915

Black with #F14915

Text Example


Text Example

White with #F14915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14915; }

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

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

background-color css

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

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

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

border-color css

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

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

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