Html Css Color HEX #FDDE00 Golden Yellow

📋 copy color: '#FDDE00'

red 253 ◦ green 222 ◦ blue 0

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

Shades of Golden Yellow #FDDE00

Tints of Golden Yellow #FDDE00

RGB

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

 GREEN value IS 222 (87.11% from 255) = 46.74%

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

R = 53.26%
G = 46.74%
B = 0%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FDDE00 (or 0xFDDE00) is known color: Golden Yellow. HEX triplet: FD, DE and 00. RGB value is (253,222,0). Sum of RGB (Red+Green+Blue) = 253+222+0=475 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.26% from 475); Green value is 222 (87.11% from 255 or 46.74% from 475); Blue value is 0 (0.39% from 255 or 0% from 475); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDE00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDDE00 is #0221FF. Grayscale: #CECECE. Windows color (decimal): -139776 or 57085. OLE color: 57085.

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

Color convert

RGB 253 222 0 -
CMYK 0 0.12 1 0.01
HSL 52.65º 1% 0.5% -
HSV(B) 52.65º 1% 0.99% -
XYZ 66.63 73.13 10.6 -
YUV 205.96 11.77 161.55 -
System Red Green Blue C M Y K H S L
Decimal 253 222 0 0 0.12 1 0.01 52.65 1 0.5
Hex FD DE 0 0 C 64 1 35 64 32
Octal 375 336 0 0 14 144 1 65 144 62
Binary 11111101 11011110 0 0 1100 1100100 1 110101 1100100 110010

Color Harmonies of #FDDE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDE00

Black with #FDDE00

Text Example


Text Example

White with #FDDE00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDE00; }

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

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

background-color css

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

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

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

border-color css

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

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

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