Html Css Color HEX #F6B220 Dark Tangerine

📋 copy color: '#F6B220'

red 246 ◦ green 178 ◦ blue 32

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

Shades of Dark Tangerine #F6B220

Tints of Dark Tangerine #F6B220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.02%

R = 53.95%
G = 39.04%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F6B220 (or 0xF6B220) is known color: Dark Tangerine. HEX triplet: F6, B2 and 20. RGB value is (246,178,32). Sum of RGB (Red+Green+Blue) = 246+178+32=456 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.95% from 456); Green value is 178 (69.92% from 255 or 39.04% from 456); Blue value is 32 (12.89% from 255 or 7.02% from 456); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B220 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6B220 is #094DDF. Grayscale: #B6B6B6. Windows color (decimal): -609760 or 2142966. OLE color: 2142966.

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

Color convert

RGB 246 178 32 -
CMYK 0 0.28 0.87 0.04
HSL 40.93º 0.92% 0.55% -
HSV(B) 40.93º 0.87% 0.96% -
XYZ 54.19 51.54 8.46 -
YUV 181.69 43.53 173.87 -
System Red Green Blue C M Y K H S L
Decimal 246 178 32 0 0.28 0.87 0.04 40.93 0.92 0.55
Hex F6 B2 20 0 1C 57 4 29 5C 37
Octal 366 262 40 0 34 127 4 51 134 67
Binary 11110110 10110010 100000 0 11100 1010111 100 101001 1011100 110111

Color Harmonies of #F6B220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6B220

Black with #F6B220

Text Example


Text Example

White with #F6B220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6B220; }

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

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

background-color css

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

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

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

border-color css

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

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

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