Html Css Color HEX #F14606 Orange Red

📋 copy color: '#F14606'

red 241 ◦ green 70 ◦ blue 6

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

Shades of Orange Red #F14606

Tints of Orange Red #F14606

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.89%

R = 76.03%
G = 22.08%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F14606 (or 0xF14606) is known color: Orange Red. HEX triplet: F1, 46 and 06. RGB value is (241,70,6). Sum of RGB (Red+Green+Blue) = 241+70+6=317 (41% of max value = 765). Red value is 241 (94.53% from 255 or 76.03% from 317); Green value is 70 (27.73% from 255 or 22.08% from 317); Blue value is 6 (2.73% from 255 or 1.89% from 317); Max value from RGB is 241 - color contains mainly: red. Hex color #F14606 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F14606 is #0EB9F9. Grayscale: #727272. Windows color (decimal): -965114 or 411377. OLE color: 411377.

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

Color convert

RGB 241 70 6 -
CMYK 0 0.71 0.98 0.05
HSL 16.34º 0.95% 0.48% -
HSV(B) 16.34º 0.98% 0.95% -
XYZ 38.5 23.09 2.6 -
YUV 113.83 67.15 218.7 -
System Red Green Blue C M Y K H S L
Decimal 241 70 6 0 0.71 0.98 0.05 16.34 0.95 0.48
Hex F1 46 6 0 47 62 5 10 5F 30
Octal 361 106 6 0 107 142 5 20 137 60
Binary 11110001 1000110 110 0 1000111 1100010 101 10000 1011111 110000

Color Harmonies of #F14606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14606

Black with #F14606

Text Example


Text Example

White with #F14606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14606; }

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

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

background-color css

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

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

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

border-color css

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

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

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