Html Css Color HEX #FADE05 Golden Yellow

📋 copy color: '#FADE05'

red 250 ◦ green 222 ◦ blue 5

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

Shades of Golden Yellow #FADE05

Tints of Golden Yellow #FADE05

RGB

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

 GREEN value IS 222 (87.11% from 255) = 46.54%

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

R = 52.41%
G = 46.54%
B = 1.05%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FADE05 (or 0xFADE05) is known color: Golden Yellow. HEX triplet: FA, DE and 05. RGB value is (250,222,5). Sum of RGB (Red+Green+Blue) = 250+222+5=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 222 (87.11% from 255 or 46.54% from 477); Blue value is 5 (2.34% from 255 or 1.05% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADE05 is #0521FA. Grayscale: #CECECE. Windows color (decimal): -336379 or 384762. OLE color: 384762.

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

Color convert

RGB 250 222 5 -
CMYK 0 0.11 0.98 0.02
HSL 53.14º 0.96% 0.5% -
HSV(B) 53.14º 0.98% 0.98% -
XYZ 65.57 72.58 10.7 -
YUV 205.63 14.78 159.64 -
System Red Green Blue C M Y K H S L
Decimal 250 222 5 0 0.11 0.98 0.02 53.14 0.96 0.5
Hex FA DE 5 0 B 62 2 35 60 32
Octal 372 336 5 0 13 142 2 65 140 62
Binary 11111010 11011110 101 0 1011 1100010 10 110101 1100000 110010

Color Harmonies of #FADE05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADE05

Black with #FADE05

Text Example


Text Example

White with #FADE05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADE05; }

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

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

background-color css

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

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

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

border-color css

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

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

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