Html Css Color HEX #FDEC00 Golden Yellow

📋 copy color: '#FDEC00'

red 253 ◦ green 236 ◦ blue 0

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

Shades of Golden Yellow #FDEC00

Tints of Golden Yellow #FDEC00

RGB

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

 GREEN value IS 236 (92.58% from 255) = 48.26%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.74%
G = 48.26%
B = 0%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FDEC00 (or 0xFDEC00) is known color: Golden Yellow. HEX triplet: FD, EC and 00. RGB value is (253,236,0). Sum of RGB (Red+Green+Blue) = 253+236+0=489 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.74% from 489); Green value is 236 (92.58% from 255 or 48.26% from 489); Blue value is 0 (0.39% from 255 or 0% from 489); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEC00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDEC00 is #0213FF. Grayscale: #D7D7D7. Windows color (decimal): -136192 or 60669. OLE color: 60669.

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

Color convert

RGB 253 236 0 -
CMYK 0 0.07 1 0.01
HSL 55.97º 1% 0.5% -
HSV(B) 55.97º 1% 0.99% -
XYZ 70.5 80.87 11.89 -
YUV 214.18 7.13 155.69 -
System Red Green Blue C M Y K H S L
Decimal 253 236 0 0 0.07 1 0.01 55.97 1 0.5
Hex FD EC 0 0 7 64 1 38 64 32
Octal 375 354 0 0 7 144 1 70 144 62
Binary 11111101 11101100 0 0 111 1100100 1 111000 1100100 110010

Color Harmonies of #FDEC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEC00

Black with #FDEC00

Text Example


Text Example

White with #FDEC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEC00; }

 p { color: rgb(253,236,0); }

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

background-color css

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

 a { background-color: rgb(253,236,0); }

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

border-color css

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

 span { border-color: rgb(253,236,0); }

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