Html Css Color HEX #FFDE05 Golden Yellow

📋 copy color: '#FFDE05'

red 255 ◦ green 222 ◦ blue 5

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

Shades of Golden Yellow #FFDE05

Tints of Golden Yellow #FFDE05

RGB

 RED value IS 255 (100% from 255) = 52.9%

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

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

R = 52.9%
G = 46.06%
B = 1.04%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FFDE05 (or 0xFFDE05) is known color: Golden Yellow. HEX triplet: FF, DE and 05. RGB value is (255,222,5). Sum of RGB (Red+Green+Blue) = 255+222+5=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 222 (87.11% from 255 or 46.06% from 482); Blue value is 5 (2.34% from 255 or 1.04% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDE05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDE05 is #0021FA. Grayscale: #D0D0D0. Windows color (decimal): -8699 or 384767. OLE color: 384767.

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

Color convert

RGB 255 222 5 -
CMYK 0 0.13 0.98 0
HSL 52.08º 1% 0.51% -
HSV(B) 52.08º 0.98% 1% -
XYZ 67.39 73.51 10.78 -
YUV 207.13 13.93 162.14 -
System Red Green Blue C M Y K H S L
Decimal 255 222 5 0 0.13 0.98 0 52.08 1 0.51
Hex FF DE 5 0 D 62 0 34 64 33
Octal 377 336 5 0 15 142 0 64 144 63
Binary 11111111 11011110 101 0 1101 1100010 0 110100 1100100 110011

Color Harmonies of #FFDE05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDE05

Black with #FFDE05

Text Example


Text Example

White with #FFDE05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDE05; }

 p { color: rgb(255,222,5); }

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

background-color css

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

 a { background-color: rgb(255,222,5); }

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

border-color css

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

 span { border-color: rgb(255,222,5); }

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