Html Css Color HEX #FDE108 Golden Yellow

📋 copy color: '#FDE108'

red 253 ◦ green 225 ◦ blue 8

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

Shades of Golden Yellow #FDE108

Tints of Golden Yellow #FDE108

RGB

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

 GREEN value IS 225 (88.28% from 255) = 46.3%

 BLUE value IS 8 (3.52% from 255) = 1.65%

R = 52.06%
G = 46.3%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FDE108 (or 0xFDE108) is known color: Golden Yellow. HEX triplet: FD, E1 and 08. RGB value is (253,225,8). Sum of RGB (Red+Green+Blue) = 253+225+8=486 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.06% from 486); Green value is 225 (88.28% from 255 or 46.30% from 486); Blue value is 8 (3.52% from 255 or 1.65% from 486); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE108 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDE108 is #021EF7. Grayscale: #D1D1D1. Windows color (decimal): -139000 or 582141. OLE color: 582141.

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

Color convert

RGB 253 225 8 -
CMYK 0 0.11 0.97 0.01
HSL 53.14º 0.98% 0.51% -
HSV(B) 53.14º 0.97% 0.99% -
XYZ 67.48 74.75 11.1 -
YUV 208.63 14.78 159.64 -
System Red Green Blue C M Y K H S L
Decimal 253 225 8 0 0.11 0.97 0.01 53.14 0.98 0.51
Hex FD E1 8 0 B 61 1 35 62 33
Octal 375 341 10 0 13 141 1 65 142 63
Binary 11111101 11100001 1000 0 1011 1100001 1 110101 1100010 110011

Color Harmonies of #FDE108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE108

Black with #FDE108

Text Example


Text Example

White with #FDE108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE108; }

 p { color: rgb(253,225,8); }

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

background-color css

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

 a { background-color: rgb(253,225,8); }

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

border-color css

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

 span { border-color: rgb(253,225,8); }

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