#FDB71E

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

Shades of Dark Tangerine #FDB71E

Tints of Dark Tangerine #FDB71E

Color information

#FDB71E (or 0xFDB71E) is unknown color: approx Dark Tangerine. HEX triplet: FD, B7 and 1E. RGB value is (253,183,30). Sum of RGB (Red+Green+Blue) = 253+183+30=466 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.29% from 466); Green value is 183 (71.88% from 255 or 39.27% from 466); Blue value is 30 (12.11% from 255 or 6.44% from 466); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB71E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB71E is #0248E1. Grayscale: #BBBBBB. Windows color (decimal): -149730 or 2013181. OLE color: 2013181.

HSL color Cylindrical-coordinate representation of color #FDB71E: hue angle of 41.17º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FDB71E is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.01.

Color convert

RGB25318330-
CMYK00.280.880.01
HSL41.17º98.24%55.49%-
HSV(B)41.17º88.14%99.22%-
XYZ57.6854.848.77-
YUV186.4939.69175.44-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 54.29%
GREEN value IS 183 (71.88% from 255) = 39.27%
BLUE value IS 30 (12.11% from 255) = 6.44%
R=54.29%
G=39.27%
B=6.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.88
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531833000.280.880.0141.1798.2455.49
HexFDB71E01C581296237
Octal3752673603413015114267
Binary111111011011011111110011100101100011010011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB71E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB71E; }

 p { color: rgb(253,183,30); }

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

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

 a { background-color: rgb(253,183,30); }

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

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

 span { border-color: rgb(253,183,30); }

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