Html Css Color HEX #F18112 Tangerine

📋 copy color: '#F18112'

red 241 ◦ green 129 ◦ blue 18

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

Shades of Tangerine #F18112

Tints of Tangerine #F18112

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.25%

 BLUE value IS 18 (7.42% from 255) = 4.64%

R = 62.11%
G = 33.25%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F18112 (or 0xF18112) is known color: Tangerine. HEX triplet: F1, 81 and 12. RGB value is (241,129,18). Sum of RGB (Red+Green+Blue) = 241+129+18=388 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.11% from 388); Green value is 129 (50.78% from 255 or 33.25% from 388); Blue value is 18 (7.42% from 255 or 4.64% from 388); Max value from RGB is 241 - color contains mainly: red. Hex color #F18112 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18112 is #0E7EED. Grayscale: #969696. Windows color (decimal): -949998 or 1212913. OLE color: 1212913.

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

Color convert

RGB 241 129 18 -
CMYK 0 0.46 0.93 0.05
HSL 29.87º 0.89% 0.51% -
HSV(B) 29.87º 0.93% 0.95% -
XYZ 44.24 34.44 4.89 -
YUV 149.83 53.61 193.03 -
System Red Green Blue C M Y K H S L
Decimal 241 129 18 0 0.46 0.93 0.05 29.87 0.89 0.51
Hex F1 81 12 0 2E 5D 5 1E 59 33
Octal 361 201 22 0 56 135 5 36 131 63
Binary 11110001 10000001 10010 0 101110 1011101 101 11110 1011001 110011

Color Harmonies of #F18112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18112

Black with #F18112

Text Example


Text Example

White with #F18112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18112; }

 p { color: rgb(241,129,18); }

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

background-color css

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

 a { background-color: rgb(241,129,18); }

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

border-color css

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

 span { border-color: rgb(241,129,18); }

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