Html Css Color HEX #FDE001 Golden Yellow

📋 copy color: '#FDE001'

red 253 ◦ green 224 ◦ blue 1

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

Shades of Golden Yellow #FDE001

Tints of Golden Yellow #FDE001

RGB

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

 GREEN value IS 224 (87.89% from 255) = 46.86%

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

R = 52.93%
G = 46.86%
B = 0.21%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FDE001 (or 0xFDE001) is known color: Golden Yellow. HEX triplet: FD, E0 and 01. RGB value is (253,224,1). Sum of RGB (Red+Green+Blue) = 253+224+1=478 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.93% from 478); Green value is 224 (87.89% from 255 or 46.86% from 478); Blue value is 1 (0.78% from 255 or 0.21% from 478); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE001 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDE001 is #021FFE. Grayscale: #D0D0D0. Windows color (decimal): -139263 or 123133. OLE color: 123133.

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

Color convert

RGB 253 224 1 -
CMYK 0 0.11 1.00 0.01
HSL 53.1º 0.99% 0.5% -
HSV(B) 53.1º 1% 0.99% -
XYZ 67.17 74.2 10.81 -
YUV 207.25 11.61 160.63 -
System Red Green Blue C M Y K H S L
Decimal 253 224 1 0 0.11 1.00 0.01 53.1 0.99 0.5
Hex FD E0 1 0 B 64 1 35 63 32
Octal 375 340 1 0 13 144 1 65 143 62
Binary 11111101 11100000 1 0 1011 1100100 1 110101 1100011 110010

Color Harmonies of #FDE001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE001

Black with #FDE001

Text Example


Text Example

White with #FDE001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE001; }

 p { color: rgb(253,224,1); }

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

background-color css

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

 a { background-color: rgb(253,224,1); }

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

border-color css

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

 span { border-color: rgb(253,224,1); }

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