Html Css Color HEX #F6810A Tangerine

📋 copy color: '#F6810A'

red 246 ◦ green 129 ◦ blue 10

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

Shades of Tangerine #F6810A

Tints of Tangerine #F6810A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.51%

 BLUE value IS 10 (4.3% from 255) = 2.6%

R = 63.9%
G = 33.51%
B = 2.6%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F6810A (or 0xF6810A) is known color: Tangerine. HEX triplet: F6, 81 and 0A. RGB value is (246,129,10). Sum of RGB (Red+Green+Blue) = 246+129+10=385 (50% of max value = 765). Red value is 246 (96.48% from 255 or 63.90% from 385); Green value is 129 (50.78% from 255 or 33.51% from 385); Blue value is 10 (4.30% from 255 or 2.60% from 385); Max value from RGB is 246 - color contains mainly: red. Hex color #F6810A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F6810A is #097EF5. Grayscale: #979797. Windows color (decimal): -622326 or 688630. OLE color: 688630.

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

Color convert

RGB 246 129 10 -
CMYK 0 0.48 0.96 0.04
HSL 30.25º 0.93% 0.5% -
HSV(B) 30.25º 0.96% 0.96% -
XYZ 45.91 35.32 4.68 -
YUV 150.42 48.76 196.18 -
System Red Green Blue C M Y K H S L
Decimal 246 129 10 0 0.48 0.96 0.04 30.25 0.93 0.5
Hex F6 81 A 0 30 60 4 1E 5D 32
Octal 366 201 12 0 60 140 4 36 135 62
Binary 11110110 10000001 1010 0 110000 1100000 100 11110 1011101 110010

Color Harmonies of #F6810A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6810A

Black with #F6810A

Text Example


Text Example

White with #F6810A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6810A; }

 p { color: rgb(246,129,10); }

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

background-color css

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

 a { background-color: rgb(246,129,10); }

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

border-color css

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

 span { border-color: rgb(246,129,10); }

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