Html Css Color HEX #FDDE0C Golden Yellow

📋 copy color: '#FDDE0C'

red 253 ◦ green 222 ◦ blue 12

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

Shades of Golden Yellow #FDDE0C

Tints of Golden Yellow #FDDE0C

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.59%

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

R = 51.95%
G = 45.59%
B = 2.46%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FDDE0C (or 0xFDDE0C) is known color: Golden Yellow. HEX triplet: FD, DE and 0C. RGB value is (253,222,12). Sum of RGB (Red+Green+Blue) = 253+222+12=487 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.95% from 487); Green value is 222 (87.11% from 255 or 45.59% from 487); Blue value is 12 (5.08% from 255 or 2.46% from 487); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDE0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDDE0C is #0221F3. Grayscale: #D0D0D0. Windows color (decimal): -139764 or 843517. OLE color: 843517.

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

Color convert

RGB 253 222 12 -
CMYK 0 0.12 0.95 0.01
HSL 52.28º 0.98% 0.52% -
HSV(B) 52.28º 0.95% 0.99% -
XYZ 66.7 73.15 10.95 -
YUV 207.33 17.77 160.58 -
System Red Green Blue C M Y K H S L
Decimal 253 222 12 0 0.12 0.95 0.01 52.28 0.98 0.52
Hex FD DE C 0 C 5F 1 34 62 34
Octal 375 336 14 0 14 137 1 64 142 64
Binary 11111101 11011110 1100 0 1100 1011111 1 110100 1100010 110100

Color Harmonies of #FDDE0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDE0C

Black with #FDDE0C

Text Example


Text Example

White with #FDDE0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDE0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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