Html Css Color HEX #FDDC03 Golden Yellow

📋 copy color: '#FDDC03'

red 253 ◦ green 220 ◦ blue 3

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

Shades of Golden Yellow #FDDC03

Tints of Golden Yellow #FDDC03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.63%

R = 53.15%
G = 46.22%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FDDC03 (or 0xFDDC03) is known color: Golden Yellow. HEX triplet: FD, DC and 03. RGB value is (253,220,3). Sum of RGB (Red+Green+Blue) = 253+220+3=476 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.15% from 476); Green value is 220 (86.33% from 255 or 46.22% from 476); Blue value is 3 (1.56% from 255 or 0.63% from 476); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDDC03 is #0223FC. Grayscale: #CECECE. Windows color (decimal): -140285 or 253181. OLE color: 253181.

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

Color convert

RGB 253 220 3 -
CMYK 0 0.13 0.99 0.01
HSL 52.08º 0.98% 0.5% -
HSV(B) 52.08º 0.99% 0.99% -
XYZ 66.12 72.08 10.51 -
YUV 205.13 13.93 162.14 -
System Red Green Blue C M Y K H S L
Decimal 253 220 3 0 0.13 0.99 0.01 52.08 0.98 0.5
Hex FD DC 3 0 D 63 1 34 62 32
Octal 375 334 3 0 15 143 1 64 142 62
Binary 11111101 11011100 11 0 1101 1100011 1 110100 1100010 110010

Color Harmonies of #FDDC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDC03

Black with #FDDC03

Text Example


Text Example

White with #FDDC03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDC03; }

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

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

background-color css

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

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

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

border-color css

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

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

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