Html Css Color HEX #FDDC07 Golden Yellow

📋 copy color: '#FDDC07'

red 253 ◦ green 220 ◦ blue 7

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

Shades of Golden Yellow #FDDC07

Tints of Golden Yellow #FDDC07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.46%

R = 52.71%
G = 45.83%
B = 1.46%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FDDC07 (or 0xFDDC07) is known color: Golden Yellow. HEX triplet: FD, DC and 07. RGB value is (253,220,7). Sum of RGB (Red+Green+Blue) = 253+220+7=480 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.71% from 480); Green value is 220 (86.33% from 255 or 45.83% from 480); Blue value is 7 (3.12% from 255 or 1.46% from 480); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDDC07 is #0223F8. Grayscale: #CECECE. Windows color (decimal): -140281 or 515325. OLE color: 515325.

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

Color convert

RGB 253 220 7 -
CMYK 0 0.13 0.97 0.01
HSL 51.95º 0.98% 0.51% -
HSV(B) 51.95º 0.97% 0.99% -
XYZ 66.14 72.08 10.63 -
YUV 205.59 15.93 161.82 -
System Red Green Blue C M Y K H S L
Decimal 253 220 7 0 0.13 0.97 0.01 51.95 0.98 0.51
Hex FD DC 7 0 D 61 1 34 62 33
Octal 375 334 7 0 15 141 1 64 142 63
Binary 11111101 11011100 111 0 1101 1100001 1 110100 1100010 110011

Color Harmonies of #FDDC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDC07

Black with #FDDC07

Text Example


Text Example

White with #FDDC07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDC07; }

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

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

background-color css

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

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

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

border-color css

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

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

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