Html Css Color HEX #FADC05 Golden Yellow

📋 copy color: '#FADC05'

red 250 ◦ green 220 ◦ blue 5

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

Shades of Golden Yellow #FADC05

Tints of Golden Yellow #FADC05

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.32%

 BLUE value IS 5 (2.34% from 255) = 1.05%

R = 52.63%
G = 46.32%
B = 1.05%

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

#FADC05 (or 0xFADC05) is known color: Golden Yellow. HEX triplet: FA, DC and 05. RGB value is (250,220,5). Sum of RGB (Red+Green+Blue) = 250+220+5=475 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.63% from 475); Green value is 220 (86.33% from 255 or 46.32% from 475); Blue value is 5 (2.34% from 255 or 1.05% from 475); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADC05 is #0523FA. Grayscale: #CDCDCD. Windows color (decimal): -336891 or 384250. OLE color: 384250.

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

Color convert

RGB 250 220 5 -
CMYK 0 0.12 0.98 0.02
HSL 52.65º 0.96% 0.5% -
HSV(B) 52.65º 0.98% 0.98% -
XYZ 65.04 71.52 10.52 -
YUV 204.46 15.44 160.48 -
System Red Green Blue C M Y K H S L
Decimal 250 220 5 0 0.12 0.98 0.02 52.65 0.96 0.5
Hex FA DC 5 0 C 62 2 35 60 32
Octal 372 334 5 0 14 142 2 65 140 62
Binary 11111010 11011100 101 0 1100 1100010 10 110101 1100000 110010

Color Harmonies of #FADC05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADC05

Black with #FADC05

Text Example


Text Example

White with #FADC05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADC05; }

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

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

background-color css

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

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

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

border-color css

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

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

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