Html Css Color HEX #F68301 Tangerine

📋 copy color: '#F68301'

red 246 ◦ green 131 ◦ blue 1

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

Shades of Tangerine #F68301

Tints of Tangerine #F68301

RGB

 RED value IS 246 (96.48% from 255) = 65.08%

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

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 65.08%
G = 34.66%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1.00

 K value IS 0.04

RGB Variations

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

Color information

#F68301 (or 0xF68301) is known color: Tangerine. HEX triplet: F6, 83 and 01. RGB value is (246,131,1). Sum of RGB (Red+Green+Blue) = 246+131+1=378 (50% of max value = 765). Red value is 246 (96.48% from 255 or 65.08% from 378); Green value is 131 (51.56% from 255 or 34.66% from 378); Blue value is 1 (0.78% from 255 or 0.26% from 378); Max value from RGB is 246 - color contains mainly: red. Hex color #F68301 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F68301 is #097CFE. Grayscale: #979797. Windows color (decimal): -621823 or 99318. OLE color: 99318.

HSL color Cylindrical-coordinate representation of color #F68301: hue angle of 31.84º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F68301 is Cyan = 0, Magento = 0.47, Yellow = 1.00 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 131 1 -
CMYK 0 0.47 1.00 0.04
HSL 31.84º 0.99% 0.48% -
HSV(B) 31.84º 1% 0.96% -
XYZ 46.13 35.83 4.51 -
YUV 150.57 43.6 196.07 -
System Red Green Blue C M Y K H S L
Decimal 246 131 1 0 0.47 1.00 0.04 31.84 0.99 0.48
Hex F6 83 1 0 2F 64 4 20 63 30
Octal 366 203 1 0 57 144 4 40 143 60
Binary 11110110 10000011 1 0 101111 1100100 100 100000 1100011 110000

Color Harmonies of #F68301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68301

Black with #F68301

Text Example


Text Example

White with #F68301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68301; }

 p { color: rgb(246,131,1); }

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

background-color css

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

 a { background-color: rgb(246,131,1); }

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

border-color css

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

 span { border-color: rgb(246,131,1); }

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