#FDAD06

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

Shades of Orange #FDAD06

Tints of Orange #FDAD06

Color information

#FDAD06 (or 0xFDAD06) is unknown color: approx Orange. HEX triplet: FD, AD and 06. RGB value is (253,173,6). Sum of RGB (Red+Green+Blue) = 253+173+6=432 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.56% from 432); Green value is 173 (67.97% from 255 or 40.05% from 432); Blue value is 6 (2.73% from 255 or 1.39% from 432); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAD06 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDAD06 is #0252F9. Grayscale: #B2B2B2. Windows color (decimal): -152314 or 437757. OLE color: 437757.

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

Color convert

RGB2531736-
CMYK00.320.980.01
HSL40.57º98.41%50.78%-
HSV(B)40.57º97.63%99.22%-
XYZ55.4850.787.05-
YUV177.8831181.58-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 58.56%
GREEN value IS 173 (67.97% from 255) = 40.05%
BLUE value IS 6 (2.73% from 255) = 1.39%
R=58.56%
G=40.05%
B=1.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.98
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253173600.320.980.0140.5798.4150.78
HexFDAD6020621296233
Octal375255604014215114263
Binary11111101101011011100100000110001011010011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAD06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAD06; }

 p { color: rgb(253,173,6); }

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

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

 a { background-color: rgb(253,173,6); }

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

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

 span { border-color: rgb(253,173,6); }

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