#FDB61E

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

Shades of Dark Tangerine #FDB61E

Tints of Dark Tangerine #FDB61E

Color information

#FDB61E (or 0xFDB61E) is unknown color: approx Dark Tangerine. HEX triplet: FD, B6 and 1E. RGB value is (253,182,30). Sum of RGB (Red+Green+Blue) = 253+182+30=465 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.41% from 465); Green value is 182 (71.48% from 255 or 39.14% from 465); Blue value is 30 (12.11% from 255 or 6.45% from 465); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB61E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB61E is #0249E1. Grayscale: #BABABA. Windows color (decimal): -149986 or 2012925. OLE color: 2012925.

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

Color convert

RGB25318230-
CMYK00.280.880.01
HSL40.9º98.24%55.49%-
HSV(B)40.9º88.14%99.22%-
XYZ57.4754.438.71-
YUV185.940.02175.86-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 54.41%
GREEN value IS 182 (71.48% from 255) = 39.14%
BLUE value IS 30 (12.11% from 255) = 6.45%
R=54.41%
G=39.14%
B=6.45%

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
Decimal2531823000.280.880.0140.998.2455.49
HexFDB61E01C581296237
Octal3752663603413015114267
Binary111111011011011011110011100101100011010011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB61E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB61E; }

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

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

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

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

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

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

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

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