Html Css Color HEX #FADC02 Golden Yellow

📋 copy color: '#FADC02'

red 250 ◦ green 220 ◦ blue 2

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

Shades of Golden Yellow #FADC02

Tints of Golden Yellow #FADC02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.42%

R = 52.97%
G = 46.61%
B = 0.42%

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

#FADC02 (or 0xFADC02) is known color: Golden Yellow. HEX triplet: FA, DC and 02. RGB value is (250,220,2). Sum of RGB (Red+Green+Blue) = 250+220+2=472 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.97% from 472); Green value is 220 (86.33% from 255 or 46.61% from 472); Blue value is 2 (1.17% from 255 or 0.42% from 472); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADC02 is #0523FD. Grayscale: #CDCDCD. Windows color (decimal): -336894 or 187642. OLE color: 187642.

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

Color convert

RGB 250 220 2 -
CMYK 0 0.12 0.99 0.02
HSL 52.74º 0.98% 0.49% -
HSV(B) 52.74º 0.99% 0.98% -
XYZ 65.03 71.51 10.43 -
YUV 204.12 13.94 160.73 -
System Red Green Blue C M Y K H S L
Decimal 250 220 2 0 0.12 0.99 0.02 52.74 0.98 0.49
Hex FA DC 2 0 C 63 2 35 62 31
Octal 372 334 2 0 14 143 2 65 142 61
Binary 11111010 11011100 10 0 1100 1100011 10 110101 1100010 110001

Color Harmonies of #FADC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADC02

Black with #FADC02

Text Example


Text Example

White with #FADC02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADC02; }

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

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

background-color css

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

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

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

border-color css

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

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

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