Html Css Color HEX #FDC513 Moon Yellow

📋 copy color: '#FDC513'

red 253 ◦ green 197 ◦ blue 19

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

Shades of Moon Yellow #FDC513

Tints of Moon Yellow #FDC513

RGB

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

 GREEN value IS 197 (77.34% from 255) = 42%

 BLUE value IS 19 (7.81% from 255) = 4.05%

R = 53.94%
G = 42%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FDC513 (or 0xFDC513) is known color: Moon Yellow. HEX triplet: FD, C5 and 13. RGB value is (253,197,19). Sum of RGB (Red+Green+Blue) = 253+197+19=469 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.94% from 469); Green value is 197 (77.34% from 255 or 42.00% from 469); Blue value is 19 (7.81% from 255 or 4.05% from 469); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC513 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC513 is #023AEC. Grayscale: #C2C2C2. Windows color (decimal): -146157 or 1295869. OLE color: 1295869.

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

Color convert

RGB 253 197 19 -
CMYK 0 0.22 0.92 0.01
HSL 45.64º 0.98% 0.53% -
HSV(B) 45.64º 0.92% 0.99% -
XYZ 60.59 60.86 9.17 -
YUV 193.45 29.55 170.47 -
System Red Green Blue C M Y K H S L
Decimal 253 197 19 0 0.22 0.92 0.01 45.64 0.98 0.53
Hex FD C5 13 0 16 5C 1 2E 62 35
Octal 375 305 23 0 26 134 1 56 142 65
Binary 11111101 11000101 10011 0 10110 1011100 1 101110 1100010 110101

Color Harmonies of #FDC513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC513

Black with #FDC513

Text Example


Text Example

White with #FDC513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC513; }

 p { color: rgb(253,197,19); }

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

background-color css

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

 a { background-color: rgb(253,197,19); }

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

border-color css

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

 span { border-color: rgb(253,197,19); }

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