Html Css Color HEX #FADE0A Golden Yellow

📋 copy color: '#FADE0A'

red 250 ◦ green 222 ◦ blue 10

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

Shades of Golden Yellow #FADE0A

Tints of Golden Yellow #FADE0A

RGB

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

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

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

R = 51.87%
G = 46.06%
B = 2.07%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FADE0A (or 0xFADE0A) is known color: Golden Yellow. HEX triplet: FA, DE and 0A. RGB value is (250,222,10). Sum of RGB (Red+Green+Blue) = 250+222+10=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 222 (87.11% from 255 or 46.06% from 482); Blue value is 10 (4.30% from 255 or 2.07% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADE0A is #0521F5. Grayscale: #CFCFCF. Windows color (decimal): -336374 or 712442. OLE color: 712442.

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

Color convert

RGB 250 222 10 -
CMYK 0 0.11 0.96 0.02
HSL 53º 0.96% 0.51% -
HSV(B) 53º 0.96% 0.98% -
XYZ 65.6 72.59 10.84 -
YUV 206.2 17.28 159.24 -
System Red Green Blue C M Y K H S L
Decimal 250 222 10 0 0.11 0.96 0.02 53 0.96 0.51
Hex FA DE A 0 B 60 2 35 60 33
Octal 372 336 12 0 13 140 2 65 140 63
Binary 11111010 11011110 1010 0 1011 1100000 10 110101 1100000 110011

Color Harmonies of #FADE0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADE0A

Black with #FADE0A

Text Example


Text Example

White with #FADE0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADE0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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