Html Css Color HEX #FDE601 Golden Yellow

📋 copy color: '#FDE601'

red 253 ◦ green 230 ◦ blue 1

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

Shades of Golden Yellow #FDE601

Tints of Golden Yellow #FDE601

RGB

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

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

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

R = 52.27%
G = 47.52%
B = 0.21%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FDE601 (or 0xFDE601) is known color: Golden Yellow. HEX triplet: FD, E6 and 01. RGB value is (253,230,1). Sum of RGB (Red+Green+Blue) = 253+230+1=484 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.27% from 484); Green value is 230 (90.23% from 255 or 47.52% from 484); Blue value is 1 (0.78% from 255 or 0.21% from 484); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE601 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDE601 is #0219FE. Grayscale: #D3D3D3. Windows color (decimal): -137727 or 124669. OLE color: 124669.

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

Color convert

RGB 253 230 1 -
CMYK 0 0.09 1.00 0.01
HSL 54.52º 0.99% 0.5% -
HSV(B) 54.52º 1% 0.99% -
XYZ 68.81 77.48 11.36 -
YUV 210.77 9.62 158.12 -
System Red Green Blue C M Y K H S L
Decimal 253 230 1 0 0.09 1.00 0.01 54.52 0.99 0.5
Hex FD E6 1 0 9 64 1 37 63 32
Octal 375 346 1 0 11 144 1 67 143 62
Binary 11111101 11100110 1 0 1001 1100100 1 110111 1100011 110010

Color Harmonies of #FDE601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE601

Black with #FDE601

Text Example


Text Example

White with #FDE601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE601; }

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

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

background-color css

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

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

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

border-color css

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

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

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