Html Css Color HEX #F18311 Tangerine

📋 copy color: '#F18311'

red 241 ◦ green 131 ◦ blue 17

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

Shades of Tangerine #F18311

Tints of Tangerine #F18311

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.68%

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

R = 61.95%
G = 33.68%
B = 4.37%

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

#F18311 (or 0xF18311) is known color: Tangerine. HEX triplet: F1, 83 and 11. RGB value is (241,131,17). Sum of RGB (Red+Green+Blue) = 241+131+17=389 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.95% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 17 (7.03% from 255 or 4.37% from 389); Max value from RGB is 241 - color contains mainly: red. Hex color #F18311 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18311 is #0E7CEE. Grayscale: #979797. Windows color (decimal): -949487 or 1147889. OLE color: 1147889.

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

Color convert

RGB 241 131 17 -
CMYK 0 0.46 0.93 0.05
HSL 30.54º 0.89% 0.51% -
HSV(B) 30.54º 0.93% 0.95% -
XYZ 44.49 34.97 4.94 -
YUV 150.89 52.44 192.27 -
System Red Green Blue C M Y K H S L
Decimal 241 131 17 0 0.46 0.93 0.05 30.54 0.89 0.51
Hex F1 83 11 0 2E 5D 5 1F 59 33
Octal 361 203 21 0 56 135 5 37 131 63
Binary 11110001 10000011 10001 0 101110 1011101 101 11111 1011001 110011

Color Harmonies of #F18311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18311

Black with #F18311

Text Example


Text Example

White with #F18311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18311; }

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

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

background-color css

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

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

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

border-color css

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

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

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