Html Css Color HEX #F08012 Tangerine

📋 copy color: '#F08012'

red 240 ◦ green 128 ◦ blue 18

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

Shades of Tangerine #F08012

Tints of Tangerine #F08012

RGB

 RED value IS 240 (94.14% from 255) = 62.18%

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

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

R = 62.18%
G = 33.16%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F08012 (or 0xF08012) is known color: Tangerine. HEX triplet: F0, 80 and 12. RGB value is (240,128,18). Sum of RGB (Red+Green+Blue) = 240+128+18=386 (51% of max value = 765). Red value is 240 (94.14% from 255 or 62.18% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 18 (7.42% from 255 or 4.66% from 386); Max value from RGB is 240 - color contains mainly: red. Hex color #F08012 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08012 is #0F7FED. Grayscale: #959595. Windows color (decimal): -1015790 or 1212656. OLE color: 1212656.

HSL color Cylindrical-coordinate representation of color #F08012: hue angle of 29.73º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F08012 is Cyan = 0, Magento = 0.47, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 128 18 -
CMYK 0 0.47 0.92 0.06
HSL 29.73º 0.88% 0.51% -
HSV(B) 29.73º 0.93% 0.94% -
XYZ 43.76 34.01 4.83 -
YUV 148.95 54.11 192.94 -
System Red Green Blue C M Y K H S L
Decimal 240 128 18 0 0.47 0.92 0.06 29.73 0.88 0.51
Hex F0 80 12 0 2F 5C 6 1E 58 33
Octal 360 200 22 0 57 134 6 36 130 63
Binary 11110000 10000000 10010 0 101111 1011100 110 11110 1011000 110011

Color Harmonies of #F08012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08012

Black with #F08012

Text Example


Text Example

White with #F08012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08012; }

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

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

background-color css

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

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

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

border-color css

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

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

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