Html Css Color HEX #F18210 Tangerine

📋 copy color: '#F18210'

red 241 ◦ green 130 ◦ blue 16

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

Shades of Tangerine #F18210

Tints of Tangerine #F18210

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.59%

 BLUE value IS 16 (6.64% from 255) = 4.13%

R = 62.27%
G = 33.59%
B = 4.13%

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

#F18210 (or 0xF18210) is known color: Tangerine. HEX triplet: F1, 82 and 10. RGB value is (241,130,16). Sum of RGB (Red+Green+Blue) = 241+130+16=387 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.27% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 16 (6.64% from 255 or 4.13% from 387); Max value from RGB is 241 - color contains mainly: red. Hex color #F18210 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18210 is #0E7DEF. Grayscale: #969696. Windows color (decimal): -949744 or 1082097. OLE color: 1082097.

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

Color convert

RGB 241 130 16 -
CMYK 0 0.46 0.93 0.05
HSL 30.4º 0.89% 0.5% -
HSV(B) 30.4º 0.93% 0.95% -
XYZ 44.35 34.7 4.85 -
YUV 150.19 52.27 192.77 -
System Red Green Blue C M Y K H S L
Decimal 241 130 16 0 0.46 0.93 0.05 30.4 0.89 0.5
Hex F1 82 10 0 2E 5D 5 1E 59 32
Octal 361 202 20 0 56 135 5 36 131 62
Binary 11110001 10000010 10000 0 101110 1011101 101 11110 1011001 110010

Color Harmonies of #F18210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18210

Black with #F18210

Text Example


Text Example

White with #F18210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18210; }

 p { color: rgb(241,130,16); }

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

background-color css

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

 a { background-color: rgb(241,130,16); }

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

border-color css

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

 span { border-color: rgb(241,130,16); }

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