Html Css Color HEX #FED303 Gold

📋 copy color: '#FED303'

red 254 ◦ green 211 ◦ blue 3

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

Shades of Gold #FED303

Tints of Gold #FED303

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.09%

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

R = 54.27%
G = 45.09%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.99

 K value IS 0.00

RGB Variations

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

Color information

#FED303 (or 0xFED303) is known color: Gold. HEX triplet: FE, D3 and 03. RGB value is (254,211,3). Sum of RGB (Red+Green+Blue) = 254+211+3=468 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.27% from 468); Green value is 211 (82.81% from 255 or 45.09% from 468); Blue value is 3 (1.56% from 255 or 0.64% from 468); Max value from RGB is 254 - color contains mainly: red. Hex color #FED303 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED303 is #012CFC. Grayscale: #C9C9C9. Windows color (decimal): -77053 or 250878. OLE color: 250878.

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

Color convert

RGB 254 211 3 -
CMYK 0 0.17 0.99 0.00
HSL 49.72º 0.99% 0.5% -
HSV(B) 49.72º 0.99% 1% -
XYZ 64.18 67.67 9.76 -
YUV 200.15 16.75 166.41 -
System Red Green Blue C M Y K H S L
Decimal 254 211 3 0 0.17 0.99 0.00 49.72 0.99 0.5
Hex FE D3 3 0 11 63 0 32 63 32
Octal 376 323 3 0 21 143 0 62 143 62
Binary 11111110 11010011 11 0 10001 1100011 0 110010 1100011 110010

Color Harmonies of #FED303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED303

Black with #FED303

Text Example


Text Example

White with #FED303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED303; }

 p { color: rgb(254,211,3); }

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

background-color css

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

 a { background-color: rgb(254,211,3); }

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

border-color css

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

 span { border-color: rgb(254,211,3); }

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