#FADD05

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

Shades of Golden Yellow #FADD05

Tints of Golden Yellow #FADD05

Color information

#FADD05 (or 0xFADD05) is unknown color: approx Golden Yellow. HEX triplet: FA, DD and 05. RGB value is (250,221,5). Sum of RGB (Red+Green+Blue) = 250+221+5=476 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.52% from 476); Green value is 221 (86.72% from 255 or 46.43% from 476); Blue value is 5 (2.34% from 255 or 1.05% from 476); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADD05 is #0522FA. Grayscale: #CDCDCD. Windows color (decimal): -336635 or 384506. OLE color: 384506.

HSL color Cylindrical-coordinate representation of color #FADD05: hue angle of 52.9º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FADD05 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB2502215-
CMYK00.120.980.02
HSL52.9º96.08%50%-
HSV(B)52.9º98%98.04%-
XYZ65.3172.0510.61-
YUV205.0515.11160.06-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 52.52%
GREEN value IS 221 (86.72% from 255) = 46.43%
BLUE value IS 5 (2.34% from 255) = 1.05%
R=52.52%
G=46.43%
B=1.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.98
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250221500.120.980.0252.996.0850
HexFADD50C622356032
Octal372335501414226514062
Binary1111101011011101101011001100010101101011100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADD05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADD05; }

 p { color: rgb(250,221,5); }

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

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

 a { background-color: rgb(250,221,5); }

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

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

 span { border-color: rgb(250,221,5); }

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