Html Css Color HEX #FDE002 Golden Yellow

📋 copy color: '#FDE002'

red 253 ◦ green 224 ◦ blue 2

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

Shades of Golden Yellow #FDE002

Tints of Golden Yellow #FDE002

RGB

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

 GREEN value IS 224 (87.89% from 255) = 46.76%

 BLUE value IS 2 (1.17% from 255) = 0.42%

R = 52.82%
G = 46.76%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FDE002 (or 0xFDE002) is known color: Golden Yellow. HEX triplet: FD, E0 and 02. RGB value is (253,224,2). Sum of RGB (Red+Green+Blue) = 253+224+2=479 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.82% from 479); Green value is 224 (87.89% from 255 or 46.76% from 479); Blue value is 2 (1.17% from 255 or 0.42% from 479); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE002 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDE002 is #021FFD. Grayscale: #D0D0D0. Windows color (decimal): -139262 or 188669. OLE color: 188669.

HSL color Cylindrical-coordinate representation of color #FDE002: hue angle of 53.07º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FDE002 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 224 2 -
CMYK 0 0.11 0.99 0.01
HSL 53.07º 0.98% 0.5% -
HSV(B) 53.07º 0.99% 0.99% -
XYZ 67.17 74.2 10.84 -
YUV 207.36 12.11 160.55 -
System Red Green Blue C M Y K H S L
Decimal 253 224 2 0 0.11 0.99 0.01 53.07 0.98 0.5
Hex FD E0 2 0 B 63 1 35 62 32
Octal 375 340 2 0 13 143 1 65 142 62
Binary 11111101 11100000 10 0 1011 1100011 1 110101 1100010 110010

Color Harmonies of #FDE002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE002

Black with #FDE002

Text Example


Text Example

White with #FDE002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE002; }

 p { color: rgb(253,224,2); }

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

background-color css

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

 a { background-color: rgb(253,224,2); }

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

border-color css

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

 span { border-color: rgb(253,224,2); }

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