Html Css Color HEX #FDE600 Golden Yellow

📋 copy color: '#FDE600'

red 253 ◦ green 230 ◦ blue 0

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

Shades of Golden Yellow #FDE600

Tints of Golden Yellow #FDE600

RGB

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

 GREEN value IS 230 (90.23% from 255) = 47.62%

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

R = 52.38%
G = 47.62%
B = 0%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FDE600 (or 0xFDE600) is known color: Golden Yellow. HEX triplet: FD, E6 and 00. RGB value is (253,230,0). Sum of RGB (Red+Green+Blue) = 253+230+0=483 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.38% from 483); Green value is 230 (90.23% from 255 or 47.62% from 483); Blue value is 0 (0.39% from 255 or 0% from 483); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE600 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDE600 is #0219FF. Grayscale: #D3D3D3. Windows color (decimal): -137728 or 59133. OLE color: 59133.

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

Color convert

RGB 253 230 0 -
CMYK 0 0.09 1 0.01
HSL 54.55º 1% 0.5% -
HSV(B) 54.55º 1% 0.99% -
XYZ 68.8 77.48 11.33 -
YUV 210.66 9.12 158.2 -
System Red Green Blue C M Y K H S L
Decimal 253 230 0 0 0.09 1 0.01 54.55 1 0.5
Hex FD E6 0 0 9 64 1 37 64 32
Octal 375 346 0 0 11 144 1 67 144 62
Binary 11111101 11100110 0 0 1001 1100100 1 110111 1100100 110010

Color Harmonies of #FDE600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE600

Black with #FDE600

Text Example


Text Example

White with #FDE600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE600; }

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

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

background-color css

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

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

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

border-color css

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

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

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