Html Css Color HEX #FEDD0A Golden Yellow

📋 copy color: '#FEDD0A'

red 254 ◦ green 221 ◦ blue 10

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

Shades of Golden Yellow #FEDD0A

Tints of Golden Yellow #FEDD0A

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.57%

 BLUE value IS 10 (4.3% from 255) = 2.06%

R = 52.37%
G = 45.57%
B = 2.06%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FEDD0A (or 0xFEDD0A) is known color: Golden Yellow. HEX triplet: FE, DD and 0A. RGB value is (254,221,10). Sum of RGB (Red+Green+Blue) = 254+221+10=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 221 (86.72% from 255 or 45.57% from 485); Blue value is 10 (4.30% from 255 or 2.06% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDD0A is #0122F5. Grayscale: #CFCFCF. Windows color (decimal): -74486 or 712190. OLE color: 712190.

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

Color convert

RGB 254 221 10 -
CMYK 0 0.13 0.96 0.00
HSL 51.89º 0.99% 0.52% -
HSV(B) 51.89º 0.96% 1% -
XYZ 66.78 72.81 10.82 -
YUV 206.81 16.93 161.66 -
System Red Green Blue C M Y K H S L
Decimal 254 221 10 0 0.13 0.96 0.00 51.89 0.99 0.52
Hex FE DD A 0 D 60 0 34 63 34
Octal 376 335 12 0 15 140 0 64 143 64
Binary 11111110 11011101 1010 0 1101 1100000 0 110100 1100011 110100

Color Harmonies of #FEDD0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDD0A

Black with #FEDD0A

Text Example


Text Example

White with #FEDD0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDD0A; }

 p { color: rgb(254,221,10); }

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

background-color css

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

 a { background-color: rgb(254,221,10); }

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

border-color css

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

 span { border-color: rgb(254,221,10); }

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