Html Css Color HEX #FDE900 Golden Yellow

📋 copy color: '#FDE900'

red 253 ◦ green 233 ◦ blue 0

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

Shades of Golden Yellow #FDE900

Tints of Golden Yellow #FDE900

RGB

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

 GREEN value IS 233 (91.41% from 255) = 47.94%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.06%
G = 47.94%
B = 0%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FDE900 (or 0xFDE900) is known color: Golden Yellow. HEX triplet: FD, E9 and 00. RGB value is (253,233,0). Sum of RGB (Red+Green+Blue) = 253+233+0=486 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.06% from 486); Green value is 233 (91.41% from 255 or 47.94% from 486); Blue value is 0 (0.39% from 255 or 0% from 486); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE900 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDE900 is #0216FF. Grayscale: #D5D5D5. Windows color (decimal): -136960 or 59901. OLE color: 59901.

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

Color convert

RGB 253 233 0 -
CMYK 0 0.08 1 0.01
HSL 55.26º 1% 0.5% -
HSV(B) 55.26º 1% 0.99% -
XYZ 69.65 79.16 11.61 -
YUV 212.42 8.13 156.95 -
System Red Green Blue C M Y K H S L
Decimal 253 233 0 0 0.08 1 0.01 55.26 1 0.5
Hex FD E9 0 0 8 64 1 37 64 32
Octal 375 351 0 0 10 144 1 67 144 62
Binary 11111101 11101001 0 0 1000 1100100 1 110111 1100100 110010

Color Harmonies of #FDE900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE900

Black with #FDE900

Text Example


Text Example

White with #FDE900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE900; }

 p { color: rgb(253,233,0); }

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

background-color css

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

 a { background-color: rgb(253,233,0); }

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

border-color css

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

 span { border-color: rgb(253,233,0); }

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