Html Css Color HEX #F6A413 Dark Tangerine

📋 copy color: '#F6A413'

red 246 ◦ green 164 ◦ blue 19

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

Shades of Dark Tangerine #F6A413

Tints of Dark Tangerine #F6A413

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.23%

 BLUE value IS 19 (7.81% from 255) = 4.43%

R = 57.34%
G = 38.23%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F6A413 (or 0xF6A413) is known color: Dark Tangerine. HEX triplet: F6, A4 and 13. RGB value is (246,164,19). Sum of RGB (Red+Green+Blue) = 246+164+19=429 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.34% from 429); Green value is 164 (64.45% from 255 or 38.23% from 429); Blue value is 19 (7.81% from 255 or 4.43% from 429); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A413 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F6A413 is #095BEC. Grayscale: #ACACAC. Windows color (decimal): -613357 or 1287414. OLE color: 1287414.

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

Color convert

RGB 246 164 19 -
CMYK 0 0.33 0.92 0.04
HSL 38.33º 0.93% 0.52% -
HSV(B) 38.33º 0.92% 0.96% -
XYZ 51.4 46.19 6.82 -
YUV 171.99 41.67 180.79 -
System Red Green Blue C M Y K H S L
Decimal 246 164 19 0 0.33 0.92 0.04 38.33 0.93 0.52
Hex F6 A4 13 0 21 5C 4 26 5D 34
Octal 366 244 23 0 41 134 4 46 135 64
Binary 11110110 10100100 10011 0 100001 1011100 100 100110 1011101 110100

Color Harmonies of #F6A413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A413

Black with #F6A413

Text Example


Text Example

White with #F6A413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A413; }

 p { color: rgb(246,164,19); }

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

background-color css

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

 a { background-color: rgb(246,164,19); }

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

border-color css

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

 span { border-color: rgb(246,164,19); }

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