Html Css Color HEX #FDED01 Golden Yellow

📋 copy color: '#FDED01'

red 253 ◦ green 237 ◦ blue 1

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

Shades of Golden Yellow #FDED01

Tints of Golden Yellow #FDED01

RGB

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

 GREEN value IS 237 (92.97% from 255) = 48.27%

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

R = 51.53%
G = 48.27%
B = 0.2%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FDED01 (or 0xFDED01) is known color: Golden Yellow. HEX triplet: FD, ED and 01. RGB value is (253,237,1). Sum of RGB (Red+Green+Blue) = 253+237+1=491 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.53% from 491); Green value is 237 (92.97% from 255 or 48.27% from 491); Blue value is 1 (0.78% from 255 or 0.20% from 491); Max value from RGB is 253 - color contains mainly: red. Hex color #FDED01 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDED01 is #0212FE. Grayscale: #D7D7D7. Windows color (decimal): -135935 or 126461. OLE color: 126461.

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

Color convert

RGB 253 237 1 -
CMYK 0 0.06 1.00 0.01
HSL 56.19º 0.99% 0.5% -
HSV(B) 56.19º 1% 0.99% -
XYZ 70.8 81.45 12.02 -
YUV 214.88 7.3 155.19 -
System Red Green Blue C M Y K H S L
Decimal 253 237 1 0 0.06 1.00 0.01 56.19 0.99 0.5
Hex FD ED 1 0 6 64 1 38 63 32
Octal 375 355 1 0 6 144 1 70 143 62
Binary 11111101 11101101 1 0 110 1100100 1 111000 1100011 110010

Color Harmonies of #FDED01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDED01

Black with #FDED01

Text Example


Text Example

White with #FDED01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDED01; }

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

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

background-color css

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

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

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

border-color css

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

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

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