Html Css Color HEX #F1860E Tangerine

📋 copy color: '#F1860E'

red 241 ◦ green 134 ◦ blue 14

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

Shades of Tangerine #F1860E

Tints of Tangerine #F1860E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.45%

 BLUE value IS 14 (5.86% from 255) = 3.6%

R = 61.95%
G = 34.45%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F1860E (or 0xF1860E) is known color: Tangerine. HEX triplet: F1, 86 and 0E. RGB value is (241,134,14). Sum of RGB (Red+Green+Blue) = 241+134+14=389 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.95% from 389); Green value is 134 (52.73% from 255 or 34.45% from 389); Blue value is 14 (5.86% from 255 or 3.60% from 389); Max value from RGB is 241 - color contains mainly: red. Hex color #F1860E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1860E is #0E79F1. Grayscale: #989898. Windows color (decimal): -948722 or 952049. OLE color: 952049.

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

Color convert

RGB 241 134 14 -
CMYK 0 0.44 0.94 0.05
HSL 31.72º 0.89% 0.5% -
HSV(B) 31.72º 0.94% 0.95% -
XYZ 44.88 35.78 4.96 -
YUV 152.31 49.95 191.26 -
System Red Green Blue C M Y K H S L
Decimal 241 134 14 0 0.44 0.94 0.05 31.72 0.89 0.5
Hex F1 86 E 0 2C 5E 5 20 59 32
Octal 361 206 16 0 54 136 5 40 131 62
Binary 11110001 10000110 1110 0 101100 1011110 101 100000 1011001 110010

Color Harmonies of #F1860E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1860E

Black with #F1860E

Text Example


Text Example

White with #F1860E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1860E; }

 p { color: rgb(241,134,14); }

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

background-color css

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

 a { background-color: rgb(241,134,14); }

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

border-color css

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

 span { border-color: rgb(241,134,14); }

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