Html Css Color HEX #FADD04 Golden Yellow

📋 copy color: '#FADD04'

red 250 ◦ green 221 ◦ blue 4

#FADD04
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Yellow #FADD04

Tints of Golden Yellow #FADD04

RGB

 RED value IS 250 (98.05% from 255) = 52.63%

 GREEN value IS 221 (86.72% from 255) = 46.53%

 BLUE value IS 4 (1.95% from 255) = 0.84%

R = 52.63%
G = 46.53%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FADD04 (or 0xFADD04) is known color: Golden Yellow. HEX triplet: FA, DD and 04. RGB value is (250,221,4). Sum of RGB (Red+Green+Blue) = 250+221+4=475 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.63% from 475); Green value is 221 (86.72% from 255 or 46.53% from 475); Blue value is 4 (1.95% from 255 or 0.84% from 475); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADD04 is #0522FB. Grayscale: #CDCDCD. Windows color (decimal): -336636 or 318970. OLE color: 318970.

HSL color Cylindrical-coordinate representation of color #FADD04: hue angle of 52.93º degrees, saturation: 0.97, 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 #FADD04 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 221 4 -
CMYK 0 0.12 0.98 0.02
HSL 52.93º 0.97% 0.5% -
HSV(B) 52.93º 0.98% 0.98% -
XYZ 65.3 72.05 10.58 -
YUV 204.93 14.61 160.14 -
System Red Green Blue C M Y K H S L
Decimal 250 221 4 0 0.12 0.98 0.02 52.93 0.97 0.5
Hex FA DD 4 0 C 62 2 35 61 32
Octal 372 335 4 0 14 142 2 65 141 62
Binary 11111010 11011101 100 0 1100 1100010 10 110101 1100001 110010

Color Harmonies of #FADD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADD04

Black with #FADD04

Text Example


Text Example

White with #FADD04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADD04; }

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

 H1.HeaderClassName
 {
   color: #FADD04;
 }
 .AnyTagClassName
 {
   color: #FADD04;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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