Html Css Color HEX #FDE007 Golden Yellow

📋 copy color: '#FDE007'

red 253 ◦ green 224 ◦ blue 7

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

Shades of Golden Yellow #FDE007

Tints of Golden Yellow #FDE007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.45%

R = 52.27%
G = 46.28%
B = 1.45%

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

#FDE007 (or 0xFDE007) is known color: Golden Yellow. HEX triplet: FD, E0 and 07. RGB value is (253,224,7). Sum of RGB (Red+Green+Blue) = 253+224+7=484 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.27% from 484); Green value is 224 (87.89% from 255 or 46.28% from 484); Blue value is 7 (3.12% from 255 or 1.45% from 484); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE007 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDE007 is #021FF8. Grayscale: #D0D0D0. Windows color (decimal): -139257 or 516349. OLE color: 516349.

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

Color convert

RGB 253 224 7 -
CMYK 0 0.11 0.97 0.01
HSL 52.93º 0.98% 0.51% -
HSV(B) 52.93º 0.97% 0.99% -
XYZ 67.2 74.21 10.98 -
YUV 207.93 14.61 160.14 -
System Red Green Blue C M Y K H S L
Decimal 253 224 7 0 0.11 0.97 0.01 52.93 0.98 0.51
Hex FD E0 7 0 B 61 1 35 62 33
Octal 375 340 7 0 13 141 1 65 142 63
Binary 11111101 11100000 111 0 1011 1100001 1 110101 1100010 110011

Color Harmonies of #FDE007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE007

Black with #FDE007

Text Example


Text Example

White with #FDE007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE007; }

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

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

background-color css

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

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

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

border-color css

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

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

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