Html Css Color HEX #FADC03 Golden Yellow

📋 copy color: '#FADC03'

red 250 ◦ green 220 ◦ blue 3

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

Shades of Golden Yellow #FADC03

Tints of Golden Yellow #FADC03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.63%

R = 52.85%
G = 46.51%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FADC03 (or 0xFADC03) is known color: Golden Yellow. HEX triplet: FA, DC and 03. RGB value is (250,220,3). Sum of RGB (Red+Green+Blue) = 250+220+3=473 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.85% from 473); Green value is 220 (86.33% from 255 or 46.51% from 473); Blue value is 3 (1.56% from 255 or 0.63% from 473); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADC03 is #0523FC. Grayscale: #CDCDCD. Windows color (decimal): -336893 or 253178. OLE color: 253178.

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

Color convert

RGB 250 220 3 -
CMYK 0 0.12 0.99 0.02
HSL 52.71º 0.98% 0.5% -
HSV(B) 52.71º 0.99% 0.98% -
XYZ 65.03 71.52 10.46 -
YUV 204.23 14.44 160.64 -
System Red Green Blue C M Y K H S L
Decimal 250 220 3 0 0.12 0.99 0.02 52.71 0.98 0.5
Hex FA DC 3 0 C 63 2 35 62 32
Octal 372 334 3 0 14 143 2 65 142 62
Binary 11111010 11011100 11 0 1100 1100011 10 110101 1100010 110010

Color Harmonies of #FADC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADC03

Black with #FADC03

Text Example


Text Example

White with #FADC03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADC03; }

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

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

background-color css

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

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

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

border-color css

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

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

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