Html Css Color HEX #FDDC05 Golden Yellow

📋 copy color: '#FDDC05'

red 253 ◦ green 220 ◦ blue 5

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

Shades of Golden Yellow #FDDC05

Tints of Golden Yellow #FDDC05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.05%

R = 52.93%
G = 46.03%
B = 1.05%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FDDC05 (or 0xFDDC05) is known color: Golden Yellow. HEX triplet: FD, DC and 05. RGB value is (253,220,5). Sum of RGB (Red+Green+Blue) = 253+220+5=478 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.93% from 478); Green value is 220 (86.33% from 255 or 46.03% from 478); Blue value is 5 (2.34% from 255 or 1.05% from 478); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDDC05 is #0223FA. Grayscale: #CECECE. Windows color (decimal): -140283 or 384253. OLE color: 384253.

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

Color convert

RGB 253 220 5 -
CMYK 0 0.13 0.98 0.01
HSL 52.02º 0.98% 0.51% -
HSV(B) 52.02º 0.98% 0.99% -
XYZ 66.13 72.08 10.57 -
YUV 205.36 14.93 161.98 -
System Red Green Blue C M Y K H S L
Decimal 253 220 5 0 0.13 0.98 0.01 52.02 0.98 0.51
Hex FD DC 5 0 D 62 1 34 62 33
Octal 375 334 5 0 15 142 1 64 142 63
Binary 11111101 11011100 101 0 1101 1100010 1 110100 1100010 110011

Color Harmonies of #FDDC05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDC05

Black with #FDDC05

Text Example


Text Example

White with #FDDC05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDC05; }

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

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

background-color css

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

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

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

border-color css

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

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

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