Html Css Color HEX #FDC314 Moon Yellow

📋 copy color: '#FDC314'

red 253 ◦ green 195 ◦ blue 20

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

Shades of Moon Yellow #FDC314

Tints of Moon Yellow #FDC314

RGB

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

 GREEN value IS 195 (76.56% from 255) = 41.67%

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

R = 54.06%
G = 41.67%
B = 4.27%

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

#FDC314 (or 0xFDC314) is known color: Moon Yellow. HEX triplet: FD, C3 and 14. RGB value is (253,195,20). Sum of RGB (Red+Green+Blue) = 253+195+20=468 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.06% from 468); Green value is 195 (76.56% from 255 or 41.67% from 468); Blue value is 20 (8.20% from 255 or 4.27% from 468); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC314 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC314 is #023CEB. Grayscale: #C1C1C1. Windows color (decimal): -146668 or 1360893. OLE color: 1360893.

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

Color convert

RGB 253 195 20 -
CMYK 0 0.23 0.92 0.01
HSL 45.06º 0.98% 0.54% -
HSV(B) 45.06º 0.92% 0.99% -
XYZ 60.15 59.96 9.07 -
YUV 192.39 30.72 171.23 -
System Red Green Blue C M Y K H S L
Decimal 253 195 20 0 0.23 0.92 0.01 45.06 0.98 0.54
Hex FD C3 14 0 17 5C 1 2D 62 36
Octal 375 303 24 0 27 134 1 55 142 66
Binary 11111101 11000011 10100 0 10111 1011100 1 101101 1100010 110110

Color Harmonies of #FDC314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC314

Black with #FDC314

Text Example


Text Example

White with #FDC314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC314; }

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

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

background-color css

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

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

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

border-color css

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

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

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