Html Css Color HEX #F68D10 Tangerine

📋 copy color: '#F68D10'

red 246 ◦ green 141 ◦ blue 16

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

Shades of Tangerine #F68D10

Tints of Tangerine #F68D10

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.99%

 BLUE value IS 16 (6.64% from 255) = 3.97%

R = 61.04%
G = 34.99%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F68D10 (or 0xF68D10) is known color: Tangerine. HEX triplet: F6, 8D and 10. RGB value is (246,141,16). Sum of RGB (Red+Green+Blue) = 246+141+16=403 (53% of max value = 765). Red value is 246 (96.48% from 255 or 61.04% from 403); Green value is 141 (55.47% from 255 or 34.99% from 403); Blue value is 16 (6.64% from 255 or 3.97% from 403); Max value from RGB is 246 - color contains mainly: red. Hex color #F68D10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F68D10 is #0972EF. Grayscale: #9E9E9E. Windows color (decimal): -619248 or 1084918. OLE color: 1084918.

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

Color convert

RGB 246 141 16 -
CMYK 0 0.43 0.93 0.04
HSL 32.61º 0.93% 0.51% -
HSV(B) 32.61º 0.93% 0.96% -
XYZ 47.62 38.68 5.45 -
YUV 158.15 47.79 190.66 -
System Red Green Blue C M Y K H S L
Decimal 246 141 16 0 0.43 0.93 0.04 32.61 0.93 0.51
Hex F6 8D 10 0 2B 5D 4 21 5D 33
Octal 366 215 20 0 53 135 4 41 135 63
Binary 11110110 10001101 10000 0 101011 1011101 100 100001 1011101 110011

Color Harmonies of #F68D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68D10

Black with #F68D10

Text Example


Text Example

White with #F68D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68D10; }

 p { color: rgb(246,141,16); }

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

background-color css

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

 a { background-color: rgb(246,141,16); }

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

border-color css

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

 span { border-color: rgb(246,141,16); }

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