Html Css Color HEX #F1860C Tangerine

📋 copy color: '#F1860C'

red 241 ◦ green 134 ◦ blue 12

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

Shades of Tangerine #F1860C

Tints of Tangerine #F1860C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.1%

R = 62.27%
G = 34.63%
B = 3.1%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F1860C (or 0xF1860C) is known color: Tangerine. HEX triplet: F1, 86 and 0C. RGB value is (241,134,12). Sum of RGB (Red+Green+Blue) = 241+134+12=387 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.27% from 387); Green value is 134 (52.73% from 255 or 34.63% from 387); Blue value is 12 (5.08% from 255 or 3.10% from 387); Max value from RGB is 241 - color contains mainly: red. Hex color #F1860C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1860C is #0E79F3. Grayscale: #989898. Windows color (decimal): -948724 or 820977. OLE color: 820977.

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

Color convert

RGB 241 134 12 -
CMYK 0 0.44 0.95 0.05
HSL 31.97º 0.91% 0.5% -
HSV(B) 31.97º 0.95% 0.95% -
XYZ 44.87 35.78 4.89 -
YUV 152.09 48.95 191.42 -
System Red Green Blue C M Y K H S L
Decimal 241 134 12 0 0.44 0.95 0.05 31.97 0.91 0.5
Hex F1 86 C 0 2C 5F 5 20 5B 32
Octal 361 206 14 0 54 137 5 40 133 62
Binary 11110001 10000110 1100 0 101100 1011111 101 100000 1011011 110010

Color Harmonies of #F1860C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1860C

Black with #F1860C

Text Example


Text Example

White with #F1860C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1860C; }

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

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

background-color css

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

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

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

border-color css

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

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

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