Html Css Color HEX #FADD06 Golden Yellow

📋 copy color: '#FADD06'

red 250 ◦ green 221 ◦ blue 6

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

Shades of Golden Yellow #FADD06

Tints of Golden Yellow #FADD06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.26%

R = 52.41%
G = 46.33%
B = 1.26%

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

#FADD06 (or 0xFADD06) is known color: Golden Yellow. HEX triplet: FA, DD and 06. RGB value is (250,221,6). Sum of RGB (Red+Green+Blue) = 250+221+6=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 221 (86.72% from 255 or 46.33% from 477); Blue value is 6 (2.73% from 255 or 1.26% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADD06 is #0522F9. Grayscale: #CECECE. Windows color (decimal): -336634 or 450042. OLE color: 450042.

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

Color convert

RGB 250 221 6 -
CMYK 0 0.12 0.98 0.02
HSL 52.87º 0.96% 0.5% -
HSV(B) 52.87º 0.98% 0.98% -
XYZ 65.31 72.05 10.64 -
YUV 205.16 15.61 159.98 -
System Red Green Blue C M Y K H S L
Decimal 250 221 6 0 0.12 0.98 0.02 52.87 0.96 0.5
Hex FA DD 6 0 C 62 2 35 60 32
Octal 372 335 6 0 14 142 2 65 140 62
Binary 11111010 11011101 110 0 1100 1100010 10 110101 1100000 110010

Color Harmonies of #FADD06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADD06

Black with #FADD06

Text Example


Text Example

White with #FADD06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADD06; }

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

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

background-color css

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

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

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

border-color css

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

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

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