Html Css Color HEX #F08110 Tangerine

📋 copy color: '#F08110'

red 240 ◦ green 129 ◦ blue 16

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

Shades of Tangerine #F08110

Tints of Tangerine #F08110

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.51%

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

R = 62.34%
G = 33.51%
B = 4.16%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#F08110 (or 0xF08110) is known color: Tangerine. HEX triplet: F0, 81 and 10. RGB value is (240,129,16). Sum of RGB (Red+Green+Blue) = 240+129+16=385 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.34% from 385); Green value is 129 (50.78% from 255 or 33.51% from 385); Blue value is 16 (6.64% from 255 or 4.16% from 385); Max value from RGB is 240 - color contains mainly: red. Hex color #F08110 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08110 is #0F7EEF. Grayscale: #959595. Windows color (decimal): -1015536 or 1081840. OLE color: 1081840.

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

Color convert

RGB 240 129 16 -
CMYK 0 0.46 0.93 0.06
HSL 30.27º 0.88% 0.5% -
HSV(B) 30.27º 0.93% 0.94% -
XYZ 43.88 34.26 4.79 -
YUV 149.31 52.77 192.69 -
System Red Green Blue C M Y K H S L
Decimal 240 129 16 0 0.46 0.93 0.06 30.27 0.88 0.5
Hex F0 81 10 0 2E 5D 6 1E 58 32
Octal 360 201 20 0 56 135 6 36 130 62
Binary 11110000 10000001 10000 0 101110 1011101 110 11110 1011000 110010

Color Harmonies of #F08110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08110

Black with #F08110

Text Example


Text Example

White with #F08110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08110; }

 p { color: rgb(240,129,16); }

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

background-color css

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

 a { background-color: rgb(240,129,16); }

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

border-color css

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

 span { border-color: rgb(240,129,16); }

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