Html Css Color HEX #FDDD00 Golden Yellow

📋 copy color: '#FDDD00'

red 253 ◦ green 221 ◦ blue 0

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

Shades of Golden Yellow #FDDD00

Tints of Golden Yellow #FDDD00

RGB

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

 GREEN value IS 221 (86.72% from 255) = 46.62%

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

R = 53.38%
G = 46.62%
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

#FDDD00 (or 0xFDDD00) is known color: Golden Yellow. HEX triplet: FD, DD and 00. RGB value is (253,221,0). Sum of RGB (Red+Green+Blue) = 253+221+0=474 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.38% from 474); Green value is 221 (86.72% from 255 or 46.62% from 474); Blue value is 0 (0.39% from 255 or 0% from 474); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDD00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDDD00 is #0222FF. Grayscale: #CECECE. Windows color (decimal): -140032 or 56829. OLE color: 56829.

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

Color convert

RGB 253 221 0 -
CMYK 0 0.13 1 0.01
HSL 52.41º 1% 0.5% -
HSV(B) 52.41º 1% 0.99% -
XYZ 66.36 72.6 10.51 -
YUV 205.37 12.1 161.97 -
System Red Green Blue C M Y K H S L
Decimal 253 221 0 0 0.13 1 0.01 52.41 1 0.5
Hex FD DD 0 0 D 64 1 34 64 32
Octal 375 335 0 0 15 144 1 64 144 62
Binary 11111101 11011101 0 0 1101 1100100 1 110100 1100100 110010

Color Harmonies of #FDDD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDD00

Black with #FDDD00

Text Example


Text Example

White with #FDDD00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDD00; }

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

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

background-color css

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

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

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

border-color css

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

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

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