#F9B716

Color #F9B716 Dark Tangerine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Tangerine #F9B716

Tints of Dark Tangerine #F9B716

Color information

#F9B716 (or 0xF9B716) is unknown color: approx Dark Tangerine. HEX triplet: F9, B7 and 16. RGB value is (249,183,22). Sum of RGB (Red+Green+Blue) = 249+183+22=454 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.85% from 454); Green value is 183 (71.88% from 255 or 40.31% from 454); Blue value is 22 (8.98% from 255 or 4.85% from 454); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B716 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9B716 is #0648E9. Grayscale: #B9B9B9. Windows color (decimal): -411882 or 1488889. OLE color: 1488889.

HSL color Cylindrical-coordinate representation of color #F9B716: hue angle of 42.56º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F9B716 is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.02.

Color convert

RGB24918322-
CMYK00.270.910.02
HSL42.56º94.98%53.14%-
HSV(B)42.56º91.16%97.65%-
XYZ56.1554.068.24-
YUV184.3836.37174.09-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 54.85%
GREEN value IS 183 (71.88% from 255) = 40.31%
BLUE value IS 22 (8.98% from 255) = 4.85%
R=54.85%
G=40.31%
B=4.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.91
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491832200.270.910.0242.5694.9853.14
HexF9B71601B5B22b5f35
Octal3712672603313325313765
Binary1111100110110111101100110111011011101010111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9B716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9B716; }

 p { color: rgb(249,183,22); }

 H1.HeaderClassName
 {
   color: #F9B716;
 }
 .AnyTagClassName
 {
   color: #F9B716;
 }
</style>
background-color css

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

 a { background-color: rgb(249,183,22); }

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

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

 span { border-color: rgb(249,183,22); }

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