Html Css Color HEX #FDE00A Golden Yellow

📋 copy color: '#FDE00A'

red 253 ◦ green 224 ◦ blue 10

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

Shades of Golden Yellow #FDE00A

Tints of Golden Yellow #FDE00A

RGB

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

 GREEN value IS 224 (87.89% from 255) = 46%

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

R = 51.95%
G = 46%
B = 2.05%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FDE00A (or 0xFDE00A) is known color: Golden Yellow. HEX triplet: FD, E0 and 0A. RGB value is (253,224,10). Sum of RGB (Red+Green+Blue) = 253+224+10=487 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.95% from 487); Green value is 224 (87.89% from 255 or 46.00% from 487); Blue value is 10 (4.30% from 255 or 2.05% from 487); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE00A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDE00A is #021FF5. Grayscale: #D1D1D1. Windows color (decimal): -139254 or 712957. OLE color: 712957.

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

Color convert

RGB 253 224 10 -
CMYK 0 0.11 0.96 0.01
HSL 52.84º 0.98% 0.52% -
HSV(B) 52.84º 0.96% 0.99% -
XYZ 67.22 74.22 11.07 -
YUV 208.28 16.11 159.9 -
System Red Green Blue C M Y K H S L
Decimal 253 224 10 0 0.11 0.96 0.01 52.84 0.98 0.52
Hex FD E0 A 0 B 60 1 35 62 34
Octal 375 340 12 0 13 140 1 65 142 64
Binary 11111101 11100000 1010 0 1011 1100000 1 110101 1100010 110100

Color Harmonies of #FDE00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE00A

Black with #FDE00A

Text Example


Text Example

White with #FDE00A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE00A; }

 p { color: rgb(253,224,10); }

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

background-color css

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

 a { background-color: rgb(253,224,10); }

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

border-color css

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

 span { border-color: rgb(253,224,10); }

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