Html Css Color HEX #F18012 Tangerine

📋 copy color: '#F18012'

red 241 ◦ green 128 ◦ blue 18

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

Shades of Tangerine #F18012

Tints of Tangerine #F18012

RGB

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

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

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

R = 62.27%
G = 33.07%
B = 4.65%

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

#F18012 (or 0xF18012) is known color: Tangerine. HEX triplet: F1, 80 and 12. RGB value is (241,128,18). Sum of RGB (Red+Green+Blue) = 241+128+18=387 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.27% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 18 (7.42% from 255 or 4.65% from 387); Max value from RGB is 241 - color contains mainly: red. Hex color #F18012 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18012 is #0E7FED. Grayscale: #959595. Windows color (decimal): -950254 or 1212657. OLE color: 1212657.

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

Color convert

RGB 241 128 18 -
CMYK 0 0.47 0.93 0.05
HSL 29.6º 0.89% 0.51% -
HSV(B) 29.6º 0.93% 0.95% -
XYZ 44.1 34.18 4.85 -
YUV 149.25 53.94 193.44 -
System Red Green Blue C M Y K H S L
Decimal 241 128 18 0 0.47 0.93 0.05 29.6 0.89 0.51
Hex F1 80 12 0 2F 5D 5 1E 59 33
Octal 361 200 22 0 57 135 5 36 131 63
Binary 11110001 10000000 10010 0 101111 1011101 101 11110 1011001 110011

Color Harmonies of #F18012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18012

Black with #F18012

Text Example


Text Example

White with #F18012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18012; }

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

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

background-color css

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

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

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

border-color css

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

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

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