Html Css Color HEX #FDC214 Moon Yellow

📋 copy color: '#FDC214'

red 253 ◦ green 194 ◦ blue 20

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

Shades of Moon Yellow #FDC214

Tints of Moon Yellow #FDC214

RGB

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

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

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

R = 54.18%
G = 41.54%
B = 4.28%

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

#FDC214 (or 0xFDC214) is known color: Moon Yellow. HEX triplet: FD, C2 and 14. RGB value is (253,194,20). Sum of RGB (Red+Green+Blue) = 253+194+20=467 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.18% from 467); Green value is 194 (76.17% from 255 or 41.54% from 467); Blue value is 20 (8.20% from 255 or 4.28% from 467); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC214 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC214 is #023DEB. Grayscale: #C0C0C0. Windows color (decimal): -146924 or 1360637. OLE color: 1360637.

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

Color convert

RGB 253 194 20 -
CMYK 0 0.23 0.92 0.01
HSL 44.81º 0.98% 0.54% -
HSV(B) 44.81º 0.92% 0.99% -
XYZ 59.93 59.52 8.99 -
YUV 191.81 31.05 171.65 -
System Red Green Blue C M Y K H S L
Decimal 253 194 20 0 0.23 0.92 0.01 44.81 0.98 0.54
Hex FD C2 14 0 17 5C 1 2D 62 36
Octal 375 302 24 0 27 134 1 55 142 66
Binary 11111101 11000010 10100 0 10111 1011100 1 101101 1100010 110110

Color Harmonies of #FDC214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC214

Black with #FDC214

Text Example


Text Example

White with #FDC214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC214; }

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

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

background-color css

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

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

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

border-color css

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

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

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