Html Css Color HEX #FDDC00 Golden Yellow

📋 copy color: '#FDDC00'

red 253 ◦ green 220 ◦ blue 0

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

Shades of Golden Yellow #FDDC00

Tints of Golden Yellow #FDDC00

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.51%

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

R = 53.49%
G = 46.51%
B = 0%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FDDC00 (or 0xFDDC00) is known color: Golden Yellow. HEX triplet: FD, DC and 00. RGB value is (253,220,0). Sum of RGB (Red+Green+Blue) = 253+220+0=473 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.49% from 473); Green value is 220 (86.33% from 255 or 46.51% from 473); Blue value is 0 (0.39% from 255 or 0% from 473); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDDC00 is #0223FF. Grayscale: #CDCDCD. Windows color (decimal): -140288 or 56573. OLE color: 56573.

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

Color convert

RGB 253 220 0 -
CMYK 0 0.13 1 0.01
HSL 52.17º 1% 0.5% -
HSV(B) 52.17º 1% 0.99% -
XYZ 66.1 72.07 10.43 -
YUV 204.79 12.43 162.39 -
System Red Green Blue C M Y K H S L
Decimal 253 220 0 0 0.13 1 0.01 52.17 1 0.5
Hex FD DC 0 0 D 64 1 34 64 32
Octal 375 334 0 0 15 144 1 64 144 62
Binary 11111101 11011100 0 0 1101 1100100 1 110100 1100100 110010

Color Harmonies of #FDDC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDC00

Black with #FDDC00

Text Example


Text Example

White with #FDDC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDC00; }

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

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

background-color css

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

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

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

border-color css

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

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

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