Html Css Color HEX #F08310 Tangerine

📋 copy color: '#F08310'

red 240 ◦ green 131 ◦ blue 16

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

Shades of Tangerine #F08310

Tints of Tangerine #F08310

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.85%

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

R = 62.02%
G = 33.85%
B = 4.13%

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

#F08310 (or 0xF08310) is known color: Tangerine. HEX triplet: F0, 83 and 10. RGB value is (240,131,16). Sum of RGB (Red+Green+Blue) = 240+131+16=387 (51% of max value = 765). Red value is 240 (94.14% from 255 or 62.02% from 387); Green value is 131 (51.56% from 255 or 33.85% from 387); Blue value is 16 (6.64% from 255 or 4.13% from 387); Max value from RGB is 240 - color contains mainly: red. Hex color #F08310 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08310 is #0F7CEF. Grayscale: #979797. Windows color (decimal): -1015024 or 1082352. OLE color: 1082352.

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

Color convert

RGB 240 131 16 -
CMYK 0 0.45 0.93 0.06
HSL 30.8º 0.88% 0.5% -
HSV(B) 30.8º 0.93% 0.94% -
XYZ 44.15 34.8 4.88 -
YUV 150.48 52.11 191.85 -
System Red Green Blue C M Y K H S L
Decimal 240 131 16 0 0.45 0.93 0.06 30.8 0.88 0.5
Hex F0 83 10 0 2D 5D 6 1F 58 32
Octal 360 203 20 0 55 135 6 37 130 62
Binary 11110000 10000011 10000 0 101101 1011101 110 11111 1011000 110010

Color Harmonies of #F08310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08310

Black with #F08310

Text Example


Text Example

White with #F08310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08310; }

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

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

background-color css

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

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

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

border-color css

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

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

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