Html Css Color HEX #F6B112 Dark Tangerine

📋 copy color: '#F6B112'

red 246 ◦ green 177 ◦ blue 18

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

Shades of Dark Tangerine #F6B112

Tints of Dark Tangerine #F6B112

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.14%

 BLUE value IS 18 (7.42% from 255) = 4.08%

R = 55.78%
G = 40.14%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F6B112 (or 0xF6B112) is known color: Dark Tangerine. HEX triplet: F6, B1 and 12. RGB value is (246,177,18). Sum of RGB (Red+Green+Blue) = 246+177+18=441 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.78% from 441); Green value is 177 (69.53% from 255 or 40.14% from 441); Blue value is 18 (7.42% from 255 or 4.08% from 441); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B112 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F6B112 is #094EED. Grayscale: #B4B4B4. Windows color (decimal): -610030 or 1225206. OLE color: 1225206.

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

Color convert

RGB 246 177 18 -
CMYK 0 0.28 0.93 0.04
HSL 41.84º 0.93% 0.52% -
HSV(B) 41.84º 0.93% 0.96% -
XYZ 53.84 51.08 7.59 -
YUV 179.51 36.86 175.43 -
System Red Green Blue C M Y K H S L
Decimal 246 177 18 0 0.28 0.93 0.04 41.84 0.93 0.52
Hex F6 B1 12 0 1C 5D 4 2A 5D 34
Octal 366 261 22 0 34 135 4 52 135 64
Binary 11110110 10110001 10010 0 11100 1011101 100 101010 1011101 110100

Color Harmonies of #F6B112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6B112

Black with #F6B112

Text Example


Text Example

White with #F6B112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6B112; }

 p { color: rgb(246,177,18); }

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

background-color css

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

 a { background-color: rgb(246,177,18); }

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

border-color css

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

 span { border-color: rgb(246,177,18); }

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