#F9B616

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

Shades of Dark Tangerine #F9B616

Tints of Dark Tangerine #F9B616

Color information

#F9B616 (or 0xF9B616) is unknown color: approx Dark Tangerine. HEX triplet: F9, B6 and 16. RGB value is (249,182,22). Sum of RGB (Red+Green+Blue) = 249+182+22=453 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.97% from 453); Green value is 182 (71.48% from 255 or 40.18% from 453); Blue value is 22 (8.98% from 255 or 4.86% from 453); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B616 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9B616 is #0649E9. Grayscale: #B8B8B8. Windows color (decimal): -412138 or 1488633. OLE color: 1488633.

HSL color Cylindrical-coordinate representation of color #F9B616: hue angle of 42.29º 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 #F9B616 is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.02.

Color convert

RGB24918222-
CMYK00.270.910.02
HSL42.29º94.98%53.14%-
HSV(B)42.29º91.16%97.65%-
XYZ55.9453.658.17-
YUV183.7936.7174.51-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 54.97%
GREEN value IS 182 (71.48% from 255) = 40.18%
BLUE value IS 22 (8.98% from 255) = 4.86%
R=54.97%
G=40.18%
B=4.86%

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
Decimal2491822200.270.910.0242.2994.9853.14
HexF9B61601B5B22a5f35
Octal3712662603313325213765
Binary1111100110110110101100110111011011101010101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9B616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9B616; }

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

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

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

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

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

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

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

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