Html Css Color HEX #FDDF05 Golden Yellow

📋 copy color: '#FDDF05'

red 253 ◦ green 223 ◦ blue 5

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

Shades of Golden Yellow #FDDF05

Tints of Golden Yellow #FDDF05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.04%

R = 52.6%
G = 46.36%
B = 1.04%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FDDF05 (or 0xFDDF05) is known color: Golden Yellow. HEX triplet: FD, DF and 05. RGB value is (253,223,5). Sum of RGB (Red+Green+Blue) = 253+223+5=481 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.60% from 481); Green value is 223 (87.5% from 255 or 46.36% from 481); Blue value is 5 (2.34% from 255 or 1.04% from 481); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDDF05 is #0220FA. Grayscale: #D0D0D0. Windows color (decimal): -139515 or 385021. OLE color: 385021.

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

Color convert

RGB 253 223 5 -
CMYK 0 0.12 0.98 0.01
HSL 52.74º 0.98% 0.51% -
HSV(B) 52.74º 0.98% 0.99% -
XYZ 66.92 73.67 10.84 -
YUV 207.12 13.94 160.73 -
System Red Green Blue C M Y K H S L
Decimal 253 223 5 0 0.12 0.98 0.01 52.74 0.98 0.51
Hex FD DF 5 0 C 62 1 35 62 33
Octal 375 337 5 0 14 142 1 65 142 63
Binary 11111101 11011111 101 0 1100 1100010 1 110101 1100010 110011

Color Harmonies of #FDDF05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDF05

Black with #FDDF05

Text Example


Text Example

White with #FDDF05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDF05; }

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

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

background-color css

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

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

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

border-color css

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

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

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