Html Css Color HEX #FDE006 Golden Yellow

📋 copy color: '#FDE006'

red 253 ◦ green 224 ◦ blue 6

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

Shades of Golden Yellow #FDE006

Tints of Golden Yellow #FDE006

RGB

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

 GREEN value IS 224 (87.89% from 255) = 46.38%

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

R = 52.38%
G = 46.38%
B = 1.24%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FDE006 (or 0xFDE006) is known color: Golden Yellow. HEX triplet: FD, E0 and 06. RGB value is (253,224,6). Sum of RGB (Red+Green+Blue) = 253+224+6=483 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.38% from 483); Green value is 224 (87.89% from 255 or 46.38% from 483); Blue value is 6 (2.73% from 255 or 1.24% from 483); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE006 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDE006 is #021FF9. Grayscale: #D0D0D0. Windows color (decimal): -139258 or 450813. OLE color: 450813.

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

Color convert

RGB 253 224 6 -
CMYK 0 0.11 0.98 0.01
HSL 52.96º 0.98% 0.51% -
HSV(B) 52.96º 0.98% 0.99% -
XYZ 67.2 74.21 10.95 -
YUV 207.82 14.11 160.23 -
System Red Green Blue C M Y K H S L
Decimal 253 224 6 0 0.11 0.98 0.01 52.96 0.98 0.51
Hex FD E0 6 0 B 62 1 35 62 33
Octal 375 340 6 0 13 142 1 65 142 63
Binary 11111101 11100000 110 0 1011 1100010 1 110101 1100010 110011

Color Harmonies of #FDE006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE006

Black with #FDE006

Text Example


Text Example

White with #FDE006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE006; }

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

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

background-color css

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

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

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

border-color css

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

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

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