Html Css Color HEX #F14515 Orange Red

📋 copy color: '#F14515'

red 241 ◦ green 69 ◦ blue 21

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

Shades of Orange Red #F14515

Tints of Orange Red #F14515

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.85%

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

R = 72.81%
G = 20.85%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F14515 (or 0xF14515) is known color: Orange Red. HEX triplet: F1, 45 and 15. RGB value is (241,69,21). Sum of RGB (Red+Green+Blue) = 241+69+21=331 (43% of max value = 765). Red value is 241 (94.53% from 255 or 72.81% from 331); Green value is 69 (27.34% from 255 or 20.85% from 331); Blue value is 21 (8.59% from 255 or 6.34% from 331); Max value from RGB is 241 - color contains mainly: red. Hex color #F14515 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F14515 is #0EBAEA. Grayscale: #737373. Windows color (decimal): -965355 or 1394161. OLE color: 1394161.

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

Color convert

RGB 241 69 21 -
CMYK 0 0.71 0.91 0.05
HSL 13.09º 0.89% 0.51% -
HSV(B) 13.09º 0.91% 0.95% -
XYZ 38.54 23.01 3.12 -
YUV 114.96 74.98 217.9 -
System Red Green Blue C M Y K H S L
Decimal 241 69 21 0 0.71 0.91 0.05 13.09 0.89 0.51
Hex F1 45 15 0 47 5B 5 D 59 33
Octal 361 105 25 0 107 133 5 15 131 63
Binary 11110001 1000101 10101 0 1000111 1011011 101 1101 1011001 110011

Color Harmonies of #F14515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14515

Black with #F14515

Text Example


Text Example

White with #F14515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14515; }

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

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

background-color css

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

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

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

border-color css

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

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

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