Html Css Color HEX #FDDC0C Golden Yellow

📋 copy color: '#FDDC0C'

red 253 ◦ green 220 ◦ blue 12

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

Shades of Golden Yellow #FDDC0C

Tints of Golden Yellow #FDDC0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.47%

R = 52.16%
G = 45.36%
B = 2.47%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FDDC0C (or 0xFDDC0C) is known color: Golden Yellow. HEX triplet: FD, DC and 0C. RGB value is (253,220,12). Sum of RGB (Red+Green+Blue) = 253+220+12=485 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.16% from 485); Green value is 220 (86.33% from 255 or 45.36% from 485); Blue value is 12 (5.08% from 255 or 2.47% from 485); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDDC0C is #0223F3. Grayscale: #CFCFCF. Windows color (decimal): -140276 or 843005. OLE color: 843005.

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

Color convert

RGB 253 220 12 -
CMYK 0 0.13 0.95 0.01
HSL 51.78º 0.98% 0.52% -
HSV(B) 51.78º 0.95% 0.99% -
XYZ 66.17 72.1 10.78 -
YUV 206.16 18.43 161.41 -
System Red Green Blue C M Y K H S L
Decimal 253 220 12 0 0.13 0.95 0.01 51.78 0.98 0.52
Hex FD DC C 0 D 5F 1 34 62 34
Octal 375 334 14 0 15 137 1 64 142 64
Binary 11111101 11011100 1100 0 1101 1011111 1 110100 1100010 110100

Color Harmonies of #FDDC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDC0C

Black with #FDDC0C

Text Example


Text Example

White with #FDDC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDC0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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