Html Css Color HEX #FDC514 Moon Yellow

📋 copy color: '#FDC514'

red 253 ◦ green 197 ◦ blue 20

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

Shades of Moon Yellow #FDC514

Tints of Moon Yellow #FDC514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.26%

R = 53.83%
G = 41.91%
B = 4.26%

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

#FDC514 (or 0xFDC514) is known color: Moon Yellow. HEX triplet: FD, C5 and 14. RGB value is (253,197,20). Sum of RGB (Red+Green+Blue) = 253+197+20=470 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.83% from 470); Green value is 197 (77.34% from 255 or 41.91% from 470); Blue value is 20 (8.20% from 255 or 4.26% from 470); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC514 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC514 is #023AEB. Grayscale: #C2C2C2. Windows color (decimal): -146156 or 1361405. OLE color: 1361405.

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

Color convert

RGB 253 197 20 -
CMYK 0 0.22 0.92 0.01
HSL 45.58º 0.98% 0.54% -
HSV(B) 45.58º 0.92% 0.99% -
XYZ 60.6 60.87 9.22 -
YUV 193.57 30.05 170.39 -
System Red Green Blue C M Y K H S L
Decimal 253 197 20 0 0.22 0.92 0.01 45.58 0.98 0.54
Hex FD C5 14 0 16 5C 1 2E 62 36
Octal 375 305 24 0 26 134 1 56 142 66
Binary 11111101 11000101 10100 0 10110 1011100 1 101110 1100010 110110

Color Harmonies of #FDC514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC514

Black with #FDC514

Text Example


Text Example

White with #FDC514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC514; }

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

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

background-color css

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

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

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

border-color css

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

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

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