Html Css Color HEX #FDC215 Moon Yellow

📋 copy color: '#FDC215'

red 253 ◦ green 194 ◦ blue 21

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

Shades of Moon Yellow #FDC215

Tints of Moon Yellow #FDC215

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.45%

 BLUE value IS 21 (8.59% from 255) = 4.49%

R = 54.06%
G = 41.45%
B = 4.49%

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

#FDC215 (or 0xFDC215) is known color: Moon Yellow. HEX triplet: FD, C2 and 15. RGB value is (253,194,21). Sum of RGB (Red+Green+Blue) = 253+194+21=468 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.06% from 468); Green value is 194 (76.17% from 255 or 41.45% from 468); Blue value is 21 (8.59% from 255 or 4.49% from 468); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC215 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC215 is #023DEA. Grayscale: #C0C0C0. Windows color (decimal): -146923 or 1426173. OLE color: 1426173.

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

Color convert

RGB 253 194 21 -
CMYK 0 0.23 0.92 0.01
HSL 44.74º 0.98% 0.54% -
HSV(B) 44.74º 0.92% 0.99% -
XYZ 59.94 59.52 9.04 -
YUV 191.92 31.55 171.57 -
System Red Green Blue C M Y K H S L
Decimal 253 194 21 0 0.23 0.92 0.01 44.74 0.98 0.54
Hex FD C2 15 0 17 5C 1 2D 62 36
Octal 375 302 25 0 27 134 1 55 142 66
Binary 11111101 11000010 10101 0 10111 1011100 1 101101 1100010 110110

Color Harmonies of #FDC215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC215

Black with #FDC215

Text Example


Text Example

White with #FDC215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC215; }

 p { color: rgb(253,194,21); }

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

background-color css

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

 a { background-color: rgb(253,194,21); }

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

border-color css

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

 span { border-color: rgb(253,194,21); }

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