Html Css Color HEX #FDC414 Moon Yellow

📋 copy color: '#FDC414'

red 253 ◦ green 196 ◦ blue 20

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

Shades of Moon Yellow #FDC414

Tints of Moon Yellow #FDC414

RGB

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

 GREEN value IS 196 (76.95% from 255) = 41.79%

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

R = 53.94%
G = 41.79%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FDC414 (or 0xFDC414) is known color: Moon Yellow. HEX triplet: FD, C4 and 14. RGB value is (253,196,20). Sum of RGB (Red+Green+Blue) = 253+196+20=469 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.94% from 469); Green value is 196 (76.95% from 255 or 41.79% from 469); Blue value is 20 (8.20% from 255 or 4.26% from 469); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC414 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC414 is #023BEB. Grayscale: #C1C1C1. Windows color (decimal): -146412 or 1361149. OLE color: 1361149.

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

Color convert

RGB 253 196 20 -
CMYK 0 0.23 0.92 0.01
HSL 45.32º 0.98% 0.54% -
HSV(B) 45.32º 0.92% 0.99% -
XYZ 60.37 60.41 9.14 -
YUV 192.98 30.38 170.81 -
System Red Green Blue C M Y K H S L
Decimal 253 196 20 0 0.23 0.92 0.01 45.32 0.98 0.54
Hex FD C4 14 0 17 5C 1 2D 62 36
Octal 375 304 24 0 27 134 1 55 142 66
Binary 11111101 11000100 10100 0 10111 1011100 1 101101 1100010 110110

Color Harmonies of #FDC414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC414

Black with #FDC414

Text Example


Text Example

White with #FDC414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC414; }

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

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

background-color css

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

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

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

border-color css

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

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

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