Html Css Color HEX #F1870C Tangerine

📋 copy color: '#F1870C'

red 241 ◦ green 135 ◦ blue 12

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

Shades of Tangerine #F1870C

Tints of Tangerine #F1870C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.79%

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

R = 62.11%
G = 34.79%
B = 3.09%

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

#F1870C (or 0xF1870C) is known color: Tangerine. HEX triplet: F1, 87 and 0C. RGB value is (241,135,12). Sum of RGB (Red+Green+Blue) = 241+135+12=388 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.11% from 388); Green value is 135 (53.12% from 255 or 34.79% from 388); Blue value is 12 (5.08% from 255 or 3.09% from 388); Max value from RGB is 241 - color contains mainly: red. Hex color #F1870C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1870C is #0E78F3. Grayscale: #999999. Windows color (decimal): -948468 or 821233. OLE color: 821233.

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

Color convert

RGB 241 135 12 -
CMYK 0 0.44 0.95 0.05
HSL 32.23º 0.91% 0.5% -
HSV(B) 32.23º 0.95% 0.95% -
XYZ 45.01 36.06 4.94 -
YUV 152.67 48.62 191 -
System Red Green Blue C M Y K H S L
Decimal 241 135 12 0 0.44 0.95 0.05 32.23 0.91 0.5
Hex F1 87 C 0 2C 5F 5 20 5B 32
Octal 361 207 14 0 54 137 5 40 133 62
Binary 11110001 10000111 1100 0 101100 1011111 101 100000 1011011 110010

Color Harmonies of #F1870C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1870C

Black with #F1870C

Text Example


Text Example

White with #F1870C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1870C; }

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

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

background-color css

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

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

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

border-color css

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

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

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