Html Css Color HEX #FDE306 Golden Yellow

📋 copy color: '#FDE306'

red 253 ◦ green 227 ◦ blue 6

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

Shades of Golden Yellow #FDE306

Tints of Golden Yellow #FDE306

RGB

 RED value IS 253 (99.22% from 255) = 52.06%

 GREEN value IS 227 (89.06% from 255) = 46.71%

 BLUE value IS 6 (2.73% from 255) = 1.23%

R = 52.06%
G = 46.71%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FDE306 (or 0xFDE306) is known color: Golden Yellow. HEX triplet: FD, E3 and 06. RGB value is (253,227,6). Sum of RGB (Red+Green+Blue) = 253+227+6=486 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.06% from 486); Green value is 227 (89.06% from 255 or 46.71% from 486); Blue value is 6 (2.73% from 255 or 1.23% from 486); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE306 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDE306 is #021CF9. Grayscale: #D2D2D2. Windows color (decimal): -138490 or 451581. OLE color: 451581.

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

Color convert

RGB 253 227 6 -
CMYK 0 0.10 0.98 0.01
HSL 53.68º 0.98% 0.51% -
HSV(B) 53.68º 0.98% 0.99% -
XYZ 68.01 75.83 11.23 -
YUV 209.58 13.11 158.97 -
System Red Green Blue C M Y K H S L
Decimal 253 227 6 0 0.10 0.98 0.01 53.68 0.98 0.51
Hex FD E3 6 0 A 62 1 36 62 33
Octal 375 343 6 0 12 142 1 66 142 63
Binary 11111101 11100011 110 0 1010 1100010 1 110110 1100010 110011

Color Harmonies of #FDE306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE306

Black with #FDE306

Text Example


Text Example

White with #FDE306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE306; }

 p { color: rgb(253,227,6); }

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

background-color css

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

 a { background-color: rgb(253,227,6); }

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

border-color css

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

 span { border-color: rgb(253,227,6); }

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