Html Css Color HEX #F6A20D Dark Tangerine

📋 copy color: '#F6A20D'

red 246 ◦ green 162 ◦ blue 13

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

Shades of Dark Tangerine #F6A20D

Tints of Dark Tangerine #F6A20D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.09%

R = 58.43%
G = 38.48%
B = 3.09%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F6A20D (or 0xF6A20D) is known color: Dark Tangerine. HEX triplet: F6, A2 and 0D. RGB value is (246,162,13). Sum of RGB (Red+Green+Blue) = 246+162+13=421 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.43% from 421); Green value is 162 (63.67% from 255 or 38.48% from 421); Blue value is 13 (5.47% from 255 or 3.09% from 421); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A20D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F6A20D is #095DF2. Grayscale: #AAAAAA. Windows color (decimal): -613875 or 893686. OLE color: 893686.

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

Color convert

RGB 246 162 13 -
CMYK 0 0.34 0.95 0.04
HSL 38.37º 0.93% 0.51% -
HSV(B) 38.37º 0.95% 0.96% -
XYZ 51 45.46 6.47 -
YUV 170.13 39.33 182.12 -
System Red Green Blue C M Y K H S L
Decimal 246 162 13 0 0.34 0.95 0.04 38.37 0.93 0.51
Hex F6 A2 D 0 22 5F 4 26 5D 33
Octal 366 242 15 0 42 137 4 46 135 63
Binary 11110110 10100010 1101 0 100010 1011111 100 100110 1011101 110011

Color Harmonies of #F6A20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A20D

Black with #F6A20D

Text Example


Text Example

White with #F6A20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A20D; }

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

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

background-color css

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

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

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

border-color css

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

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

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