Html Css Color HEX #F08705 Tangerine

📋 copy color: '#F08705'

red 240 ◦ green 135 ◦ blue 5

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

Shades of Tangerine #F08705

Tints of Tangerine #F08705

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.53%

 BLUE value IS 5 (2.34% from 255) = 1.32%

R = 63.16%
G = 35.53%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#F08705 (or 0xF08705) is known color: Tangerine. HEX triplet: F0, 87 and 05. RGB value is (240,135,5). Sum of RGB (Red+Green+Blue) = 240+135+5=380 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.16% from 380); Green value is 135 (53.12% from 255 or 35.53% from 380); Blue value is 5 (2.34% from 255 or 1.32% from 380); Max value from RGB is 240 - color contains mainly: red. Hex color #F08705 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08705 is #0F78FA. Grayscale: #989898. Windows color (decimal): -1014011 or 362480. OLE color: 362480.

HSL color Cylindrical-coordinate representation of color #F08705: hue angle of 33.19º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F08705 is Cyan = 0, Magento = 0.44, Yellow = 0.98 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 135 5 -
CMYK 0 0.44 0.98 0.06
HSL 33.19º 0.96% 0.48% -
HSV(B) 33.19º 0.98% 0.94% -
XYZ 44.63 35.86 4.71 -
YUV 151.58 45.29 191.07 -
System Red Green Blue C M Y K H S L
Decimal 240 135 5 0 0.44 0.98 0.06 33.19 0.96 0.48
Hex F0 87 5 0 2C 62 6 21 60 30
Octal 360 207 5 0 54 142 6 41 140 60
Binary 11110000 10000111 101 0 101100 1100010 110 100001 1100000 110000

Color Harmonies of #F08705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08705

Black with #F08705

Text Example


Text Example

White with #F08705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08705; }

 p { color: rgb(240,135,5); }

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

background-color css

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

 a { background-color: rgb(240,135,5); }

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

border-color css

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

 span { border-color: rgb(240,135,5); }

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