#FDB00A

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

Shades of Dark Tangerine #FDB00A

Tints of Dark Tangerine #FDB00A

Color information

#FDB00A (or 0xFDB00A) is unknown color: approx Dark Tangerine. HEX triplet: FD, B0 and 0A. RGB value is (253,176,10). Sum of RGB (Red+Green+Blue) = 253+176+10=439 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.63% from 439); Green value is 176 (69.14% from 255 or 40.09% from 439); Blue value is 10 (4.30% from 255 or 2.28% from 439); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB00A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDB00A is #024FF5. Grayscale: #B4B4B4. Windows color (decimal): -151542 or 700669. OLE color: 700669.

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

Color convert

RGB25317610-
CMYK00.300.960.01
HSL40.99º98.38%51.57%-
HSV(B)40.99º96.05%99.22%-
XYZ56.0951.967.36-
YUV180.132.01180-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 57.63%
GREEN value IS 176 (69.14% from 255) = 40.09%
BLUE value IS 10 (4.30% from 255) = 2.28%
R=57.63%
G=40.09%
B=2.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.96
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531761000.300.960.0140.9998.3851.57
HexFDB0A01E601296234
Octal3752601203614015114264
Binary11111101101100001010011110110000011010011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB00A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB00A; }

 p { color: rgb(253,176,10); }

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

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

 a { background-color: rgb(253,176,10); }

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

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

 span { border-color: rgb(253,176,10); }

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