Html Css Color HEX #F08605 Tangerine

📋 copy color: '#F08605'

red 240 ◦ green 134 ◦ blue 5

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

Shades of Tangerine #F08605

Tints of Tangerine #F08605

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.36%

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

R = 63.32%
G = 35.36%
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

#F08605 (or 0xF08605) is known color: Tangerine. HEX triplet: F0, 86 and 05. RGB value is (240,134,5). Sum of RGB (Red+Green+Blue) = 240+134+5=379 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.32% from 379); Green value is 134 (52.73% from 255 or 35.36% from 379); Blue value is 5 (2.34% from 255 or 1.32% from 379); Max value from RGB is 240 - color contains mainly: red. Hex color #F08605 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08605 is #0F79FA. Grayscale: #979797. Windows color (decimal): -1014267 or 362224. OLE color: 362224.

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

Color convert

RGB 240 134 5 -
CMYK 0 0.44 0.98 0.06
HSL 32.94º 0.96% 0.48% -
HSV(B) 32.94º 0.98% 0.94% -
XYZ 44.49 35.59 4.67 -
YUV 150.99 45.62 191.49 -
System Red Green Blue C M Y K H S L
Decimal 240 134 5 0 0.44 0.98 0.06 32.94 0.96 0.48
Hex F0 86 5 0 2C 62 6 21 60 30
Octal 360 206 5 0 54 142 6 41 140 60
Binary 11110000 10000110 101 0 101100 1100010 110 100001 1100000 110000

Color Harmonies of #F08605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08605

Black with #F08605

Text Example


Text Example

White with #F08605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08605; }

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

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

background-color css

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

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

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

border-color css

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

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

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