Html Css Color HEX #F18412 Tangerine

📋 copy color: '#F18412'

red 241 ◦ green 132 ◦ blue 18

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

Shades of Tangerine #F18412

Tints of Tangerine #F18412

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.76%

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

R = 61.64%
G = 33.76%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F18412 (or 0xF18412) is known color: Tangerine. HEX triplet: F1, 84 and 12. RGB value is (241,132,18). Sum of RGB (Red+Green+Blue) = 241+132+18=391 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.64% from 391); Green value is 132 (51.95% from 255 or 33.76% from 391); Blue value is 18 (7.42% from 255 or 4.60% from 391); Max value from RGB is 241 - color contains mainly: red. Hex color #F18412 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18412 is #0E7BED. Grayscale: #989898. Windows color (decimal): -949230 or 1213681. OLE color: 1213681.

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

Color convert

RGB 241 132 18 -
CMYK 0 0.45 0.93 0.05
HSL 30.67º 0.89% 0.51% -
HSV(B) 30.67º 0.93% 0.95% -
XYZ 44.64 35.25 5.02 -
YUV 151.6 52.61 191.77 -
System Red Green Blue C M Y K H S L
Decimal 241 132 18 0 0.45 0.93 0.05 30.67 0.89 0.51
Hex F1 84 12 0 2D 5D 5 1F 59 33
Octal 361 204 22 0 55 135 5 37 131 63
Binary 11110001 10000100 10010 0 101101 1011101 101 11111 1011001 110011

Color Harmonies of #F18412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18412

Black with #F18412

Text Example


Text Example

White with #F18412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18412; }

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

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

background-color css

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

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

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

border-color css

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

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

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