#FDAE07

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

Shades of Orange #FDAE07

Tints of Orange #FDAE07

Color information

#FDAE07 (or 0xFDAE07) is unknown color: approx Orange. HEX triplet: FD, AE and 07. RGB value is (253,174,7). Sum of RGB (Red+Green+Blue) = 253+174+7=434 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.29% from 434); Green value is 174 (68.36% from 255 or 40.09% from 434); Blue value is 7 (3.12% from 255 or 1.61% from 434); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAE07 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDAE07 is #0251F8. Grayscale: #B3B3B3. Windows color (decimal): -152057 or 503549. OLE color: 503549.

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

Color convert

RGB2531747-
CMYK00.310.970.01
HSL40.73º98.4%50.98%-
HSV(B)40.73º97.23%99.22%-
XYZ55.6851.177.14-
YUV178.5831.17181.08-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 58.29%
GREEN value IS 174 (68.36% from 255) = 40.09%
BLUE value IS 7 (3.12% from 255) = 1.61%
R=58.29%
G=40.09%
B=1.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.97
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253174700.310.970.0140.7398.450.98
HexFDAE701F611296233
Octal375256703714115114263
Binary1111110110101110111011111110000111010011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAE07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAE07; }

 p { color: rgb(253,174,7); }

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

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

 a { background-color: rgb(253,174,7); }

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

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

 span { border-color: rgb(253,174,7); }

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