Html Css Color HEX #FADE0B Golden Yellow

📋 copy color: '#FADE0B'

red 250 ◦ green 222 ◦ blue 11

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

Shades of Golden Yellow #FADE0B

Tints of Golden Yellow #FADE0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.28%

R = 51.76%
G = 45.96%
B = 2.28%

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

#FADE0B (or 0xFADE0B) is known color: Golden Yellow. HEX triplet: FA, DE and 0B. RGB value is (250,222,11). Sum of RGB (Red+Green+Blue) = 250+222+11=483 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.76% from 483); Green value is 222 (87.11% from 255 or 45.96% from 483); Blue value is 11 (4.69% from 255 or 2.28% from 483); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADE0B is #0521F4. Grayscale: #CFCFCF. Windows color (decimal): -336373 or 777978. OLE color: 777978.

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

Color convert

RGB 250 222 11 -
CMYK 0 0.11 0.96 0.02
HSL 52.97º 0.96% 0.51% -
HSV(B) 52.97º 0.96% 0.98% -
XYZ 65.61 72.59 10.87 -
YUV 206.32 17.78 159.16 -
System Red Green Blue C M Y K H S L
Decimal 250 222 11 0 0.11 0.96 0.02 52.97 0.96 0.51
Hex FA DE B 0 B 60 2 35 60 33
Octal 372 336 13 0 13 140 2 65 140 63
Binary 11111010 11011110 1011 0 1011 1100000 10 110101 1100000 110011

Color Harmonies of #FADE0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADE0B

Black with #FADE0B

Text Example


Text Example

White with #FADE0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADE0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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