#f2b416

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

Shades of Dark Tangerine #F2B416

Tints of Dark Tangerine #F2B416

Color information

#F2B416 (or 0xF2B416) is unknown color: approx Dark Tangerine. HEX triplet: F2, B4 and 16. RGB value is (242,180,22). Sum of RGB (Red+Green+Blue) = 242+180+22=444 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.50% from 444); Green value is 180 (70.70% from 255 or 40.54% from 444); Blue value is 22 (8.98% from 255 or 4.95% from 444); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B416 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2B416 is #0D4BE9. Grayscale: #B5B5B5. Windows color (decimal): -871402 or 1488114. OLE color: 1488114.

HSL color Cylindrical-coordinate representation of color #F2B416: hue angle of 43.09º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F2B416 is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB24218022-
CMYK00.260.910.05
HSL43.09º89.43%51.76%-
HSV(B)43.09º90.91%94.9%-
XYZ53.0851.587.92-
YUV180.5338.54171.85-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 54.50%
GREEN value IS 180 (70.70% from 255) = 40.54%
BLUE value IS 22 (8.98% from 255) = 4.95%
R=54.50%
G=40.54%
B=4.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.91
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421802200.260.910.0543.0989.4351.76
HexF2B41601A5B52b5934
Octal3622642603213355313164
Binary11110010101101001011001101010110111011010111011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2b416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2b416; }

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

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

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

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

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

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

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

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