Html Css Color HEX #FADC0A Golden Yellow

📋 copy color: '#FADC0A'

red 250 ◦ green 220 ◦ blue 10

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

Shades of Golden Yellow #FADC0A

Tints of Golden Yellow #FADC0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.08%

R = 52.08%
G = 45.83%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FADC0A (or 0xFADC0A) is known color: Golden Yellow. HEX triplet: FA, DC and 0A. RGB value is (250,220,10). Sum of RGB (Red+Green+Blue) = 250+220+10=480 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.08% from 480); Green value is 220 (86.33% from 255 or 45.83% from 480); Blue value is 10 (4.30% from 255 or 2.08% from 480); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADC0A is #0523F5. Grayscale: #CDCDCD. Windows color (decimal): -336886 or 711930. OLE color: 711930.

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

Color convert

RGB 250 220 10 -
CMYK 0 0.12 0.96 0.02
HSL 52.5º 0.96% 0.51% -
HSV(B) 52.5º 0.96% 0.98% -
XYZ 65.07 71.53 10.66 -
YUV 205.03 17.94 160.08 -
System Red Green Blue C M Y K H S L
Decimal 250 220 10 0 0.12 0.96 0.02 52.5 0.96 0.51
Hex FA DC A 0 C 60 2 34 60 33
Octal 372 334 12 0 14 140 2 64 140 63
Binary 11111010 11011100 1010 0 1100 1100000 10 110100 1100000 110011

Color Harmonies of #FADC0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADC0A

Black with #FADC0A

Text Example


Text Example

White with #FADC0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADC0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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