#F8B416

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

Shades of Dark Tangerine #F8B416

Tints of Dark Tangerine #F8B416

Color information

#F8B416 (or 0xF8B416) is unknown color: approx Dark Tangerine. HEX triplet: F8, B4 and 16. RGB value is (248,180,22). Sum of RGB (Red+Green+Blue) = 248+180+22=450 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.11% from 450); Green value is 180 (70.70% from 255 or 40% from 450); Blue value is 22 (8.98% from 255 or 4.89% from 450); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B416 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8B416 is #074BE9. Grayscale: #B7B7B7. Windows color (decimal): -478186 or 1488120. OLE color: 1488120.

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

Color convert

RGB24818022-
CMYK00.270.910.03
HSL41.95º94.17%52.94%-
HSV(B)41.95º91.13%97.25%-
XYZ55.1852.668.01-
YUV182.3237.53174.85-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 55.11%
GREEN value IS 180 (70.70% from 255) = 40%
BLUE value IS 22 (8.98% from 255) = 4.89%
R=55.11%
G=40%
B=4.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.91
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481802200.270.910.0341.9594.1752.94
HexF8B41601B5B32a5e35
Octal3702642603313335213665
Binary1111100010110100101100110111011011111010101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B416; }

 p { color: rgb(248,180,22); }

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

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

 a { background-color: rgb(248,180,22); }

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

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

 span { border-color: rgb(248,180,22); }

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