Html Css Color HEX #F18212 Tangerine

📋 copy color: '#F18212'

red 241 ◦ green 130 ◦ blue 18

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

Shades of Tangerine #F18212

Tints of Tangerine #F18212

RGB

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

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

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

R = 61.95%
G = 33.42%
B = 4.63%

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

#F18212 (or 0xF18212) is known color: Tangerine. HEX triplet: F1, 82 and 12. RGB value is (241,130,18). Sum of RGB (Red+Green+Blue) = 241+130+18=389 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.95% from 389); Green value is 130 (51.17% from 255 or 33.42% from 389); Blue value is 18 (7.42% from 255 or 4.63% from 389); Max value from RGB is 241 - color contains mainly: red. Hex color #F18212 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18212 is #0E7DED. Grayscale: #969696. Windows color (decimal): -949742 or 1213169. OLE color: 1213169.

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

Color convert

RGB 241 130 18 -
CMYK 0 0.46 0.93 0.05
HSL 30.13º 0.89% 0.51% -
HSV(B) 30.13º 0.93% 0.95% -
XYZ 44.37 34.71 4.93 -
YUV 150.42 53.27 192.61 -
System Red Green Blue C M Y K H S L
Decimal 241 130 18 0 0.46 0.93 0.05 30.13 0.89 0.51
Hex F1 82 12 0 2E 5D 5 1E 59 33
Octal 361 202 22 0 56 135 5 36 131 63
Binary 11110001 10000010 10010 0 101110 1011101 101 11110 1011001 110011

Color Harmonies of #F18212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18212

Black with #F18212

Text Example


Text Example

White with #F18212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18212; }

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

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

background-color css

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

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

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

border-color css

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

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

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