Html Css Color HEX #F6B20C Dark Tangerine

📋 copy color: '#F6B20C'

red 246 ◦ green 178 ◦ blue 12

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

Shades of Dark Tangerine #F6B20C

Tints of Dark Tangerine #F6B20C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.83%

 BLUE value IS 12 (5.08% from 255) = 2.75%

R = 56.42%
G = 40.83%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F6B20C (or 0xF6B20C) is known color: Dark Tangerine. HEX triplet: F6, B2 and 0C. RGB value is (246,178,12). Sum of RGB (Red+Green+Blue) = 246+178+12=436 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.42% from 436); Green value is 178 (69.92% from 255 or 40.83% from 436); Blue value is 12 (5.08% from 255 or 2.75% from 436); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B20C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F6B20C is #094DF3. Grayscale: #B4B4B4. Windows color (decimal): -609780 or 832246. OLE color: 832246.

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

Color convert

RGB 246 178 12 -
CMYK 0 0.28 0.95 0.04
HSL 42.56º 0.93% 0.51% -
HSV(B) 42.56º 0.95% 0.96% -
XYZ 53.99 51.46 7.43 -
YUV 179.41 33.53 175.5 -
System Red Green Blue C M Y K H S L
Decimal 246 178 12 0 0.28 0.95 0.04 42.56 0.93 0.51
Hex F6 B2 C 0 1C 5F 4 2B 5D 33
Octal 366 262 14 0 34 137 4 53 135 63
Binary 11110110 10110010 1100 0 11100 1011111 100 101011 1011101 110011

Color Harmonies of #F6B20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6B20C

Black with #F6B20C

Text Example


Text Example

White with #F6B20C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6B20C; }

 p { color: rgb(246,178,12); }

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

background-color css

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

 a { background-color: rgb(246,178,12); }

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

border-color css

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

 span { border-color: rgb(246,178,12); }

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