#F2B214

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

Shades of Dark Tangerine #F2B214

Tints of Dark Tangerine #F2B214

Color information

#F2B214 (or 0xF2B214) is unknown color: approx Dark Tangerine. HEX triplet: F2, B2 and 14. RGB value is (242,178,20). Sum of RGB (Red+Green+Blue) = 242+178+20=440 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55% from 440); Green value is 178 (69.92% from 255 or 40.45% from 440); Blue value is 20 (8.20% from 255 or 4.55% from 440); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B214 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2B214 is #0D4DEB. Grayscale: #B3B3B3. Windows color (decimal): -871916 or 1356530. OLE color: 1356530.

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

Color convert

RGB24217820-
CMYK00.260.920.05
HSL42.7º89.52%51.37%-
HSV(B)42.7º91.74%94.9%-
XYZ52.6650.777.69-
YUV179.1238.2172.85-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 55%
GREEN value IS 178 (69.92% from 255) = 40.45%
BLUE value IS 20 (8.20% from 255) = 4.55%
R=55%
G=40.45%
B=4.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.92
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421782000.260.920.0542.789.5251.37
HexF2B21401A5C52b5a33
Octal3622622403213455313263
Binary11110010101100101010001101010111001011010111011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B214; }

 p { color: rgb(242,178,20); }

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

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

 a { background-color: rgb(242,178,20); }

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

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

 span { border-color: rgb(242,178,20); }

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