Html Css Color HEX #F08510 Tangerine

📋 copy color: '#F08510'

red 240 ◦ green 133 ◦ blue 16

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

Shades of Tangerine #F08510

Tints of Tangerine #F08510

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.19%

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

R = 61.7%
G = 34.19%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#F08510 (or 0xF08510) is known color: Tangerine. HEX triplet: F0, 85 and 10. RGB value is (240,133,16). Sum of RGB (Red+Green+Blue) = 240+133+16=389 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.70% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 16 (6.64% from 255 or 4.11% from 389); Max value from RGB is 240 - color contains mainly: red. Hex color #F08510 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08510 is #0F7AEF. Grayscale: #989898. Windows color (decimal): -1014512 or 1082864. OLE color: 1082864.

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

Color convert

RGB 240 133 16 -
CMYK 0 0.45 0.93 0.06
HSL 31.34º 0.88% 0.5% -
HSV(B) 31.34º 0.93% 0.94% -
XYZ 44.42 35.34 4.97 -
YUV 151.66 51.45 191.01 -
System Red Green Blue C M Y K H S L
Decimal 240 133 16 0 0.45 0.93 0.06 31.34 0.88 0.5
Hex F0 85 10 0 2D 5D 6 1F 58 32
Octal 360 205 20 0 55 135 6 37 130 62
Binary 11110000 10000101 10000 0 101101 1011101 110 11111 1011000 110010

Color Harmonies of #F08510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08510

Black with #F08510

Text Example


Text Example

White with #F08510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08510; }

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

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

background-color css

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

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

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

border-color css

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

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

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