Html Css Color HEX #FDE303 Golden Yellow

📋 copy color: '#FDE303'

red 253 ◦ green 227 ◦ blue 3

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

Shades of Golden Yellow #FDE303

Tints of Golden Yellow #FDE303

RGB

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

 GREEN value IS 227 (89.06% from 255) = 47%

 BLUE value IS 3 (1.56% from 255) = 0.62%

R = 52.38%
G = 47%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FDE303 (or 0xFDE303) is known color: Golden Yellow. HEX triplet: FD, E3 and 03. RGB value is (253,227,3). Sum of RGB (Red+Green+Blue) = 253+227+3=483 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.38% from 483); Green value is 227 (89.06% from 255 or 47.00% from 483); Blue value is 3 (1.56% from 255 or 0.62% from 483); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE303 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDE303 is #021CFC. Grayscale: #D2D2D2. Windows color (decimal): -138493 or 254973. OLE color: 254973.

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

Color convert

RGB 253 227 3 -
CMYK 0 0.10 0.99 0.01
HSL 53.76º 0.98% 0.5% -
HSV(B) 53.76º 0.99% 0.99% -
XYZ 67.99 75.83 11.14 -
YUV 209.24 11.61 159.21 -
System Red Green Blue C M Y K H S L
Decimal 253 227 3 0 0.10 0.99 0.01 53.76 0.98 0.5
Hex FD E3 3 0 A 63 1 36 62 32
Octal 375 343 3 0 12 143 1 66 142 62
Binary 11111101 11100011 11 0 1010 1100011 1 110110 1100010 110010

Color Harmonies of #FDE303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE303

Black with #FDE303

Text Example


Text Example

White with #FDE303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE303; }

 p { color: rgb(253,227,3); }

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

background-color css

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

 a { background-color: rgb(253,227,3); }

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

border-color css

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

 span { border-color: rgb(253,227,3); }

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