Html Css Color HEX #FDDD04 Golden Yellow

📋 copy color: '#FDDD04'

red 253 ◦ green 221 ◦ blue 4

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

Shades of Golden Yellow #FDDD04

Tints of Golden Yellow #FDDD04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.84%

R = 52.93%
G = 46.23%
B = 0.84%

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

#FDDD04 (or 0xFDDD04) is known color: Golden Yellow. HEX triplet: FD, DD and 04. RGB value is (253,221,4). Sum of RGB (Red+Green+Blue) = 253+221+4=478 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.93% from 478); Green value is 221 (86.72% from 255 or 46.23% from 478); Blue value is 4 (1.95% from 255 or 0.84% from 478); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDD04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDDD04 is #0222FB. Grayscale: #CECECE. Windows color (decimal): -140028 or 318973. OLE color: 318973.

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

Color convert

RGB 253 221 4 -
CMYK 0 0.13 0.98 0.01
HSL 52.29º 0.98% 0.5% -
HSV(B) 52.29º 0.98% 0.99% -
XYZ 66.39 72.6 10.63 -
YUV 205.83 14.1 161.64 -
System Red Green Blue C M Y K H S L
Decimal 253 221 4 0 0.13 0.98 0.01 52.29 0.98 0.5
Hex FD DD 4 0 D 62 1 34 62 32
Octal 375 335 4 0 15 142 1 64 142 62
Binary 11111101 11011101 100 0 1101 1100010 1 110100 1100010 110010

Color Harmonies of #FDDD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDD04

Black with #FDDD04

Text Example


Text Example

White with #FDDD04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDD04; }

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

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

background-color css

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

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

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

border-color css

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

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

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