Html Css Color HEX #F18011 Tangerine

📋 copy color: '#F18011'

red 241 ◦ green 128 ◦ blue 17

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

Shades of Tangerine #F18011

Tints of Tangerine #F18011

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.16%

 BLUE value IS 17 (7.03% from 255) = 4.4%

R = 62.44%
G = 33.16%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F18011 (or 0xF18011) is known color: Tangerine. HEX triplet: F1, 80 and 11. RGB value is (241,128,17). Sum of RGB (Red+Green+Blue) = 241+128+17=386 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.44% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 17 (7.03% from 255 or 4.40% from 386); Max value from RGB is 241 - color contains mainly: red. Hex color #F18011 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18011 is #0E7FEE. Grayscale: #959595. Windows color (decimal): -950255 or 1147121. OLE color: 1147121.

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

Color convert

RGB 241 128 17 -
CMYK 0 0.47 0.93 0.05
HSL 29.73º 0.89% 0.51% -
HSV(B) 29.73º 0.93% 0.95% -
XYZ 44.1 34.18 4.8 -
YUV 149.13 53.44 193.53 -
System Red Green Blue C M Y K H S L
Decimal 241 128 17 0 0.47 0.93 0.05 29.73 0.89 0.51
Hex F1 80 11 0 2F 5D 5 1E 59 33
Octal 361 200 21 0 57 135 5 36 131 63
Binary 11110001 10000000 10001 0 101111 1011101 101 11110 1011001 110011

Color Harmonies of #F18011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18011

Black with #F18011

Text Example


Text Example

White with #F18011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18011; }

 p { color: rgb(241,128,17); }

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

background-color css

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

 a { background-color: rgb(241,128,17); }

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

border-color css

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

 span { border-color: rgb(241,128,17); }

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