#FDAF40

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

Shades of Yellow Orange #FDAF40

Tints of Yellow Orange #FDAF40

Color information

#FDAF40 (or 0xFDAF40) is unknown color: approx Yellow Orange. HEX triplet: FD, AF and 40. RGB value is (253,175,64). Sum of RGB (Red+Green+Blue) = 253+175+64=492 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.42% from 492); Green value is 175 (68.75% from 255 or 35.57% from 492); Blue value is 64 (25.39% from 255 or 13.01% from 492); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAF40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDAF40 is #0250BF. Grayscale: #BABABA. Windows color (decimal): -151744 or 4239357. OLE color: 4239357.

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

Color convert

RGB25317564-
CMYK00.310.750.01
HSL35.24º97.93%62.16%-
HSV(B)35.24º74.7%99.22%-
XYZ56.7651.9111.88-
YUV185.6759.34176.03-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 51.42%
GREEN value IS 175 (68.75% from 255) = 35.57%
BLUE value IS 64 (25.39% from 255) = 13.01%
R=51.42%
G=35.57%
B=13.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.75
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531756400.310.750.0135.2497.9362.16
HexFDAF4001F4B123623e
Octal37525710003711314314276
Binary11111101101011111000000011111100101111000111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAF40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAF40; }

 p { color: rgb(253,175,64); }

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

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

 a { background-color: rgb(253,175,64); }

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

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

 span { border-color: rgb(253,175,64); }

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