Html Css Color HEX #F68211 Tangerine

📋 copy color: '#F68211'

red 246 ◦ green 130 ◦ blue 17

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

Shades of Tangerine #F68211

Tints of Tangerine #F68211

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.08%

 BLUE value IS 17 (7.03% from 255) = 4.33%

R = 62.6%
G = 33.08%
B = 4.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F68211 (or 0xF68211) is known color: Tangerine. HEX triplet: F6, 82 and 11. RGB value is (246,130,17). Sum of RGB (Red+Green+Blue) = 246+130+17=393 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.60% from 393); Green value is 130 (51.17% from 255 or 33.08% from 393); Blue value is 17 (7.03% from 255 or 4.33% from 393); Max value from RGB is 246 - color contains mainly: red. Hex color #F68211 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F68211 is #097DEE. Grayscale: #989898. Windows color (decimal): -622063 or 1147638. OLE color: 1147638.

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

Color convert

RGB 246 130 17 -
CMYK 0 0.47 0.93 0.04
HSL 29.61º 0.93% 0.52% -
HSV(B) 29.61º 0.93% 0.96% -
XYZ 46.09 35.6 4.97 -
YUV 151.8 51.93 195.19 -
System Red Green Blue C M Y K H S L
Decimal 246 130 17 0 0.47 0.93 0.04 29.61 0.93 0.52
Hex F6 82 11 0 2F 5D 4 1E 5D 34
Octal 366 202 21 0 57 135 4 36 135 64
Binary 11110110 10000010 10001 0 101111 1011101 100 11110 1011101 110100

Color Harmonies of #F68211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68211

Black with #F68211

Text Example


Text Example

White with #F68211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68211; }

 p { color: rgb(246,130,17); }

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

background-color css

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

 a { background-color: rgb(246,130,17); }

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

border-color css

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

 span { border-color: rgb(246,130,17); }

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