Html Css Color HEX #FFDE01 Golden Yellow

📋 copy color: '#FFDE01'

red 255 ◦ green 222 ◦ blue 1

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

Shades of Golden Yellow #FFDE01

Tints of Golden Yellow #FFDE01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.21%

R = 53.35%
G = 46.44%
B = 0.21%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1.00

 K value IS 0

RGB Variations

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

Color information

#FFDE01 (or 0xFFDE01) is known color: Golden Yellow. HEX triplet: FF, DE and 01. RGB value is (255,222,1). Sum of RGB (Red+Green+Blue) = 255+222+1=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 222 (87.11% from 255 or 46.44% from 478); Blue value is 1 (0.78% from 255 or 0.21% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDE01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDE01 is #0021FE. Grayscale: #CFCFCF. Windows color (decimal): -8703 or 122623. OLE color: 122623.

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

Color convert

RGB 255 222 1 -
CMYK 0 0.13 1.00 0
HSL 52.2º 1% 0.5% -
HSV(B) 52.2º 1% 1% -
XYZ 67.37 73.5 10.67 -
YUV 206.67 11.93 162.47 -
System Red Green Blue C M Y K H S L
Decimal 255 222 1 0 0.13 1.00 0 52.2 1 0.5
Hex FF DE 1 0 D 64 0 34 64 32
Octal 377 336 1 0 15 144 0 64 144 62
Binary 11111111 11011110 1 0 1101 1100100 0 110100 1100100 110010

Color Harmonies of #FFDE01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDE01

Black with #FFDE01

Text Example


Text Example

White with #FFDE01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDE01; }

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

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

background-color css

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

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

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

border-color css

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

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

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