Html Css Color HEX #FADE02 Golden Yellow

📋 copy color: '#FADE02'

red 250 ◦ green 222 ◦ blue 2

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

Shades of Golden Yellow #FADE02

Tints of Golden Yellow #FADE02

RGB

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

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

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

R = 52.74%
G = 46.84%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FADE02 (or 0xFADE02) is known color: Golden Yellow. HEX triplet: FA, DE and 02. RGB value is (250,222,2). Sum of RGB (Red+Green+Blue) = 250+222+2=474 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.74% from 474); Green value is 222 (87.11% from 255 or 46.84% from 474); Blue value is 2 (1.17% from 255 or 0.42% from 474); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADE02 is #0521FD. Grayscale: #CECECE. Windows color (decimal): -336382 or 188154. OLE color: 188154.

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

Color convert

RGB 250 222 2 -
CMYK 0 0.11 0.99 0.02
HSL 53.23º 0.98% 0.49% -
HSV(B) 53.23º 0.99% 0.98% -
XYZ 65.56 72.57 10.61 -
YUV 205.29 13.28 159.89 -
System Red Green Blue C M Y K H S L
Decimal 250 222 2 0 0.11 0.99 0.02 53.23 0.98 0.49
Hex FA DE 2 0 B 63 2 35 62 31
Octal 372 336 2 0 13 143 2 65 142 61
Binary 11111010 11011110 10 0 1011 1100011 10 110101 1100010 110001

Color Harmonies of #FADE02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADE02

Black with #FADE02

Text Example


Text Example

White with #FADE02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADE02; }

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

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

background-color css

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

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

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

border-color css

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

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

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