Html Css Color HEX #FFDE04 Golden Yellow

📋 copy color: '#FFDE04'

red 255 ◦ green 222 ◦ blue 4

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

Shades of Golden Yellow #FFDE04

Tints of Golden Yellow #FFDE04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.83%

R = 53.01%
G = 46.15%
B = 0.83%

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

#FFDE04 (or 0xFFDE04) is known color: Golden Yellow. HEX triplet: FF, DE and 04. RGB value is (255,222,4). Sum of RGB (Red+Green+Blue) = 255+222+4=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 222 (87.11% from 255 or 46.15% from 481); Blue value is 4 (1.95% from 255 or 0.83% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDE04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDE04 is #0021FB. Grayscale: #CFCFCF. Windows color (decimal): -8700 or 319231. OLE color: 319231.

HSL color Cylindrical-coordinate representation of color #FFDE04: hue angle of 52.11º 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 #FFDE04 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.

Color convert

RGB 255 222 4 -
CMYK 0 0.13 0.98 0
HSL 52.11º 1% 0.51% -
HSV(B) 52.11º 0.98% 1% -
XYZ 67.38 73.51 10.75 -
YUV 207.02 13.43 162.23 -
System Red Green Blue C M Y K H S L
Decimal 255 222 4 0 0.13 0.98 0 52.11 1 0.51
Hex FF DE 4 0 D 62 0 34 64 33
Octal 377 336 4 0 15 142 0 64 144 63
Binary 11111111 11011110 100 0 1101 1100010 0 110100 1100100 110011

Color Harmonies of #FFDE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDE04

Black with #FFDE04

Text Example


Text Example

White with #FFDE04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDE04; }

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

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

background-color css

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

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

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

border-color css

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

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

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