#F7B616

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

Shades of Dark Tangerine #F7B616

Tints of Dark Tangerine #F7B616

Color information

#F7B616 (or 0xF7B616) is unknown color: approx Dark Tangerine. HEX triplet: F7, B6 and 16. RGB value is (247,182,22). Sum of RGB (Red+Green+Blue) = 247+182+22=451 (59% of max value = 765). Red value is 247 (96.88% from 255 or 54.77% from 451); Green value is 182 (71.48% from 255 or 40.35% from 451); Blue value is 22 (8.98% from 255 or 4.88% from 451); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B616 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7B616 is #0849E9. Grayscale: #B7B7B7. Windows color (decimal): -543210 or 1488631. OLE color: 1488631.

HSL color Cylindrical-coordinate representation of color #F7B616: hue angle of 42.67º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F7B616 is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.03.

Color convert

RGB24718222-
CMYK00.260.910.03
HSL42.67º93.36%52.75%-
HSV(B)42.67º91.09%96.86%-
XYZ55.2353.298.13-
YUV183.237.03173.51-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 54.77%
GREEN value IS 182 (71.48% from 255) = 40.35%
BLUE value IS 22 (8.98% from 255) = 4.88%
R=54.77%
G=40.35%
B=4.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.91
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471822200.260.910.0342.6793.3652.75
HexF7B61601A5B32b5d35
Octal3672662603213335313565
Binary1111011110110110101100110101011011111010111011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7B616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7B616; }

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

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

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

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

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

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

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

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