Html Css Color HEX #F14610 Orange Red

📋 copy color: '#F14610'

red 241 ◦ green 70 ◦ blue 16

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

Shades of Orange Red #F14610

Tints of Orange Red #F14610

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.41%

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

R = 73.7%
G = 21.41%
B = 4.89%

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

#F14610 (or 0xF14610) is known color: Orange Red. HEX triplet: F1, 46 and 10. RGB value is (241,70,16). Sum of RGB (Red+Green+Blue) = 241+70+16=327 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.70% from 327); Green value is 70 (27.73% from 255 or 21.41% from 327); Blue value is 16 (6.64% from 255 or 4.89% from 327); Max value from RGB is 241 - color contains mainly: red. Hex color #F14610 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F14610 is #0EB9EF. Grayscale: #737373. Windows color (decimal): -965104 or 1066737. OLE color: 1066737.

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

Color convert

RGB 241 70 16 -
CMYK 0 0.71 0.93 0.05
HSL 14.4º 0.89% 0.5% -
HSV(B) 14.4º 0.93% 0.95% -
XYZ 38.56 23.12 2.92 -
YUV 114.97 72.15 217.89 -
System Red Green Blue C M Y K H S L
Decimal 241 70 16 0 0.71 0.93 0.05 14.4 0.89 0.5
Hex F1 46 10 0 47 5D 5 E 59 32
Octal 361 106 20 0 107 135 5 16 131 62
Binary 11110001 1000110 10000 0 1000111 1011101 101 1110 1011001 110010

Color Harmonies of #F14610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14610

Black with #F14610

Text Example


Text Example

White with #F14610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14610; }

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

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

background-color css

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

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

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

border-color css

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

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

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