Html Css Color HEX #F08306 Tangerine

📋 copy color: '#F08306'

red 240 ◦ green 131 ◦ blue 6

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

Shades of Tangerine #F08306

Tints of Tangerine #F08306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.59%

R = 63.66%
G = 34.75%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#F08306 (or 0xF08306) is known color: Tangerine. HEX triplet: F0, 83 and 06. RGB value is (240,131,6). Sum of RGB (Red+Green+Blue) = 240+131+6=377 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.66% from 377); Green value is 131 (51.56% from 255 or 34.75% from 377); Blue value is 6 (2.73% from 255 or 1.59% from 377); Max value from RGB is 240 - color contains mainly: red. Hex color #F08306 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08306 is #0F7CF9. Grayscale: #959595. Windows color (decimal): -1015034 or 426992. OLE color: 426992.

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

Color convert

RGB 240 131 6 -
CMYK 0 0.45 0.98 0.06
HSL 32.05º 0.95% 0.48% -
HSV(B) 32.05º 0.98% 0.94% -
XYZ 44.08 34.77 4.56 -
YUV 149.34 47.11 192.66 -
System Red Green Blue C M Y K H S L
Decimal 240 131 6 0 0.45 0.98 0.06 32.05 0.95 0.48
Hex F0 83 6 0 2D 62 6 20 5F 30
Octal 360 203 6 0 55 142 6 40 137 60
Binary 11110000 10000011 110 0 101101 1100010 110 100000 1011111 110000

Color Harmonies of #F08306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08306

Black with #F08306

Text Example


Text Example

White with #F08306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08306; }

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

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

background-color css

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

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

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

border-color css

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

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

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