Html Css Color HEX #F14510 Orange Red

📋 copy color: '#F14510'

red 241 ◦ green 69 ◦ blue 16

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

Shades of Orange Red #F14510

Tints of Orange Red #F14510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.91%

R = 73.93%
G = 21.17%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F14510 (or 0xF14510) is known color: Orange Red. HEX triplet: F1, 45 and 10. RGB value is (241,69,16). Sum of RGB (Red+Green+Blue) = 241+69+16=326 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.93% from 326); Green value is 69 (27.34% from 255 or 21.17% from 326); Blue value is 16 (6.64% from 255 or 4.91% from 326); Max value from RGB is 241 - color contains mainly: red. Hex color #F14510 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F14510 is #0EBAEF. Grayscale: #727272. Windows color (decimal): -965360 or 1066481. OLE color: 1066481.

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

Color convert

RGB 241 69 16 -
CMYK 0 0.71 0.93 0.05
HSL 14.13º 0.89% 0.5% -
HSV(B) 14.13º 0.93% 0.95% -
XYZ 38.5 22.99 2.9 -
YUV 114.39 72.48 218.31 -
System Red Green Blue C M Y K H S L
Decimal 241 69 16 0 0.71 0.93 0.05 14.13 0.89 0.5
Hex F1 45 10 0 47 5D 5 E 59 32
Octal 361 105 20 0 107 135 5 16 131 62
Binary 11110001 1000101 10000 0 1000111 1011101 101 1110 1011001 110010

Color Harmonies of #F14510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14510

Black with #F14510

Text Example


Text Example

White with #F14510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14510; }

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

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

background-color css

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

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

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

border-color css

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

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

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