Html Css Color HEX #FDE300 Golden Yellow

📋 copy color: '#FDE300'

red 253 ◦ green 227 ◦ blue 0

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

Shades of Golden Yellow #FDE300

Tints of Golden Yellow #FDE300

RGB

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

 GREEN value IS 227 (89.06% from 255) = 47.29%

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

R = 52.71%
G = 47.29%
B = 0%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FDE300 (or 0xFDE300) is known color: Golden Yellow. HEX triplet: FD, E3 and 00. RGB value is (253,227,0). Sum of RGB (Red+Green+Blue) = 253+227+0=480 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.71% from 480); Green value is 227 (89.06% from 255 or 47.29% from 480); Blue value is 0 (0.39% from 255 or 0% from 480); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE300 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDE300 is #021CFF. Grayscale: #D1D1D1. Windows color (decimal): -138496 or 58365. OLE color: 58365.

HSL color Cylindrical-coordinate representation of color #FDE300: hue angle of 53.83º 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 #FDE300 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 227 0 -
CMYK 0 0.10 1 0.01
HSL 53.83º 1% 0.5% -
HSV(B) 53.83º 1% 0.99% -
XYZ 67.98 75.82 11.05 -
YUV 208.9 10.11 159.46 -
System Red Green Blue C M Y K H S L
Decimal 253 227 0 0 0.10 1 0.01 53.83 1 0.5
Hex FD E3 0 0 A 64 1 36 64 32
Octal 375 343 0 0 12 144 1 66 144 62
Binary 11111101 11100011 0 0 1010 1100100 1 110110 1100100 110010

Color Harmonies of #FDE300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE300

Black with #FDE300

Text Example


Text Example

White with #FDE300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE300; }

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

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

background-color css

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

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

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

border-color css

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

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

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