#FDB51E

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

Shades of Dark Tangerine #FDB51E

Tints of Dark Tangerine #FDB51E

Color information

#FDB51E (or 0xFDB51E) is unknown color: approx Dark Tangerine. HEX triplet: FD, B5 and 1E. RGB value is (253,181,30). Sum of RGB (Red+Green+Blue) = 253+181+30=464 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.53% from 464); Green value is 181 (71.09% from 255 or 39.01% from 464); Blue value is 30 (12.11% from 255 or 6.47% from 464); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB51E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB51E is #024AE1. Grayscale: #B9B9B9. Windows color (decimal): -150242 or 2012669. OLE color: 2012669.

HSL color Cylindrical-coordinate representation of color #FDB51E: hue angle of 40.63º 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 #FDB51E is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.01.

Color convert

RGB25318130-
CMYK00.280.880.01
HSL40.63º98.24%55.49%-
HSV(B)40.63º88.14%99.22%-
XYZ57.2754.028.64-
YUV185.3140.35176.28-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 54.53%
GREEN value IS 181 (71.09% from 255) = 39.01%
BLUE value IS 30 (12.11% from 255) = 6.47%
R=54.53%
G=39.01%
B=6.47%

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
Decimal2531813000.280.880.0140.6398.2455.49
HexFDB51E01C581296237
Octal3752653603413015114267
Binary111111011011010111110011100101100011010011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB51E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB51E; }

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

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

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

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

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

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

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

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