Html Css Color HEX #FDE705 Golden Yellow

📋 copy color: '#FDE705'

red 253 ◦ green 231 ◦ blue 5

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

Shades of Golden Yellow #FDE705

Tints of Golden Yellow #FDE705

RGB

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

 GREEN value IS 231 (90.63% from 255) = 47.24%

 BLUE value IS 5 (2.34% from 255) = 1.02%

R = 51.74%
G = 47.24%
B = 1.02%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FDE705 (or 0xFDE705) is known color: Golden Yellow. HEX triplet: FD, E7 and 05. RGB value is (253,231,5). Sum of RGB (Red+Green+Blue) = 253+231+5=489 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.74% from 489); Green value is 231 (90.62% from 255 or 47.24% from 489); Blue value is 5 (2.34% from 255 or 1.02% from 489); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE705 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDE705 is #0218FA. Grayscale: #D4D4D4. Windows color (decimal): -137467 or 387069. OLE color: 387069.

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

Color convert

RGB 253 231 5 -
CMYK 0 0.09 0.98 0.01
HSL 54.68º 0.98% 0.51% -
HSV(B) 54.68º 0.98% 0.99% -
XYZ 69.11 78.05 11.57 -
YUV 211.81 11.29 157.38 -
System Red Green Blue C M Y K H S L
Decimal 253 231 5 0 0.09 0.98 0.01 54.68 0.98 0.51
Hex FD E7 5 0 9 62 1 37 62 33
Octal 375 347 5 0 11 142 1 67 142 63
Binary 11111101 11100111 101 0 1001 1100010 1 110111 1100010 110011

Color Harmonies of #FDE705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE705

Black with #FDE705

Text Example


Text Example

White with #FDE705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE705; }

 p { color: rgb(253,231,5); }

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

background-color css

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

 a { background-color: rgb(253,231,5); }

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

border-color css

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

 span { border-color: rgb(253,231,5); }

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