#fdb513

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

Shades of Dark Tangerine #FDB513

Tints of Dark Tangerine #FDB513

Color information

#FDB513 (or 0xFDB513) is unknown color: approx Dark Tangerine. HEX triplet: FD, B5 and 13. RGB value is (253,181,19). Sum of RGB (Red+Green+Blue) = 253+181+19=453 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.85% from 453); Green value is 181 (71.09% from 255 or 39.96% from 453); Blue value is 19 (7.81% from 255 or 4.19% from 453); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB513 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDB513 is #024AEC. Grayscale: #B8B8B8. Windows color (decimal): -150253 or 1291773. OLE color: 1291773.

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

Color convert

RGB25318119-
CMYK00.280.920.01
HSL41.54º98.32%53.33%-
HSV(B)41.54º92.49%99.22%-
XYZ57.1553.988.02-
YUV184.0634.85177.17-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 55.85%
GREEN value IS 181 (71.09% from 255) = 39.96%
BLUE value IS 19 (7.81% from 255) = 4.19%
R=55.85%
G=39.96%
B=4.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.92
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531811900.280.920.0141.5498.3253.33
HexFDB51301C5C12a6235
Octal3752652303413415214265
Binary111111011011010110011011100101110011010101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fdb513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fdb513; }

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

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

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

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

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

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

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

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