Html Css Color HEX #FEDE01 Golden Yellow

📋 copy color: '#FEDE01'

red 254 ◦ green 222 ◦ blue 1

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

Shades of Golden Yellow #FEDE01

Tints of Golden Yellow #FEDE01

RGB

 RED value IS 254 (99.61% from 255) = 53.25%

 GREEN value IS 222 (87.11% from 255) = 46.54%

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

R = 53.25%
G = 46.54%
B = 0.21%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1.00

 K value IS 0.00

RGB Variations

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

Color information

#FEDE01 (or 0xFEDE01) is known color: Golden Yellow. HEX triplet: FE, DE and 01. RGB value is (254,222,1). Sum of RGB (Red+Green+Blue) = 254+222+1=477 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.25% from 477); Green value is 222 (87.11% from 255 or 46.54% from 477); Blue value is 1 (0.78% from 255 or 0.21% from 477); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDE01 is #0121FE. Grayscale: #CFCFCF. Windows color (decimal): -74239 or 122622. OLE color: 122622.

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

Color convert

RGB 254 222 1 -
CMYK 0 0.13 1.00 0.00
HSL 52.41º 0.99% 0.5% -
HSV(B) 52.41º 1% 1% -
XYZ 67 73.32 10.65 -
YUV 206.37 12.1 161.97 -
System Red Green Blue C M Y K H S L
Decimal 254 222 1 0 0.13 1.00 0.00 52.41 0.99 0.5
Hex FE DE 1 0 D 64 0 34 63 32
Octal 376 336 1 0 15 144 0 64 143 62
Binary 11111110 11011110 1 0 1101 1100100 0 110100 1100011 110010

Color Harmonies of #FEDE01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDE01

Black with #FEDE01

Text Example


Text Example

White with #FEDE01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDE01; }

 p { color: rgb(254,222,1); }

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

background-color css

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

 a { background-color: rgb(254,222,1); }

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

border-color css

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

 span { border-color: rgb(254,222,1); }

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