Html Css Color HEX #FADD07 Golden Yellow

📋 copy color: '#FADD07'

red 250 ◦ green 221 ◦ blue 7

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

Shades of Golden Yellow #FADD07

Tints of Golden Yellow #FADD07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.46%

R = 52.3%
G = 46.23%
B = 1.46%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FADD07 (or 0xFADD07) is known color: Golden Yellow. HEX triplet: FA, DD and 07. RGB value is (250,221,7). Sum of RGB (Red+Green+Blue) = 250+221+7=478 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.30% from 478); Green value is 221 (86.72% from 255 or 46.23% from 478); Blue value is 7 (3.12% from 255 or 1.46% from 478); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADD07 is #0522F8. Grayscale: #CECECE. Windows color (decimal): -336633 or 515578. OLE color: 515578.

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

Color convert

RGB 250 221 7 -
CMYK 0 0.12 0.97 0.02
HSL 52.84º 0.96% 0.5% -
HSV(B) 52.84º 0.97% 0.98% -
XYZ 65.32 72.05 10.67 -
YUV 205.28 16.11 159.9 -
System Red Green Blue C M Y K H S L
Decimal 250 221 7 0 0.12 0.97 0.02 52.84 0.96 0.5
Hex FA DD 7 0 C 61 2 35 60 32
Octal 372 335 7 0 14 141 2 65 140 62
Binary 11111010 11011101 111 0 1100 1100001 10 110101 1100000 110010

Color Harmonies of #FADD07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADD07

Black with #FADD07

Text Example


Text Example

White with #FADD07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADD07; }

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

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

background-color css

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

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

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

border-color css

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

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

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