Html Css Color HEX #FDDF00 Golden Yellow

📋 copy color: '#FDDF00'

red 253 ◦ green 223 ◦ blue 0

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

Shades of Golden Yellow #FDDF00

Tints of Golden Yellow #FDDF00

RGB

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

 GREEN value IS 223 (87.5% from 255) = 46.85%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.15%
G = 46.85%
B = 0%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FDDF00 (or 0xFDDF00) is known color: Golden Yellow. HEX triplet: FD, DF and 00. RGB value is (253,223,0). Sum of RGB (Red+Green+Blue) = 253+223+0=476 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.15% from 476); Green value is 223 (87.5% from 255 or 46.85% from 476); Blue value is 0 (0.39% from 255 or 0% from 476); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDDF00 is #0220FF. Grayscale: #CFCFCF. Windows color (decimal): -139520 or 57341. OLE color: 57341.

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

Color convert

RGB 253 223 0 -
CMYK 0 0.12 1 0.01
HSL 52.89º 1% 0.5% -
HSV(B) 52.89º 1% 0.99% -
XYZ 66.9 73.66 10.69 -
YUV 206.55 11.44 161.13 -
System Red Green Blue C M Y K H S L
Decimal 253 223 0 0 0.12 1 0.01 52.89 1 0.5
Hex FD DF 0 0 C 64 1 35 64 32
Octal 375 337 0 0 14 144 1 65 144 62
Binary 11111101 11011111 0 0 1100 1100100 1 110101 1100100 110010

Color Harmonies of #FDDF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDF00

Black with #FDDF00

Text Example


Text Example

White with #FDDF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDF00; }

 p { color: rgb(253,223,0); }

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

background-color css

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

 a { background-color: rgb(253,223,0); }

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

border-color css

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

 span { border-color: rgb(253,223,0); }

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