Html Css Color HEX #F6A210 Dark Tangerine

📋 copy color: '#F6A210'

red 246 ◦ green 162 ◦ blue 16

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

Shades of Dark Tangerine #F6A210

Tints of Dark Tangerine #F6A210

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.21%

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

R = 58.02%
G = 38.21%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F6A210 (or 0xF6A210) is known color: Dark Tangerine. HEX triplet: F6, A2 and 10. RGB value is (246,162,16). Sum of RGB (Red+Green+Blue) = 246+162+16=424 (56% of max value = 765). Red value is 246 (96.48% from 255 or 58.02% from 424); Green value is 162 (63.67% from 255 or 38.21% from 424); Blue value is 16 (6.64% from 255 or 3.77% from 424); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A210 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F6A210 is #095DEF. Grayscale: #ABABAB. Windows color (decimal): -613872 or 1090294. OLE color: 1090294.

HSL color Cylindrical-coordinate representation of color #F6A210: hue angle of 38.09º 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 #F6A210 is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 162 16 -
CMYK 0 0.34 0.93 0.04
HSL 38.09º 0.93% 0.51% -
HSV(B) 38.09º 0.93% 0.96% -
XYZ 51.02 45.47 6.58 -
YUV 170.47 40.83 181.87 -
System Red Green Blue C M Y K H S L
Decimal 246 162 16 0 0.34 0.93 0.04 38.09 0.93 0.51
Hex F6 A2 10 0 22 5D 4 26 5D 33
Octal 366 242 20 0 42 135 4 46 135 63
Binary 11110110 10100010 10000 0 100010 1011101 100 100110 1011101 110011

Color Harmonies of #F6A210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A210

Black with #F6A210

Text Example


Text Example

White with #F6A210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A210; }

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

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

background-color css

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

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

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

border-color css

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

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

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