Html Css Color HEX #FDC114 Moon Yellow

📋 copy color: '#FDC114'

red 253 ◦ green 193 ◦ blue 20

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

Shades of Moon Yellow #FDC114

Tints of Moon Yellow #FDC114

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.42%

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

R = 54.29%
G = 41.42%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FDC114 (or 0xFDC114) is known color: Moon Yellow. HEX triplet: FD, C1 and 14. RGB value is (253,193,20). Sum of RGB (Red+Green+Blue) = 253+193+20=466 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.29% from 466); Green value is 193 (75.78% from 255 or 41.42% from 466); Blue value is 20 (8.20% from 255 or 4.29% from 466); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC114 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC114 is #023EEB. Grayscale: #BFBFBF. Windows color (decimal): -147180 or 1360381. OLE color: 1360381.

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

Color convert

RGB 253 193 20 -
CMYK 0 0.24 0.92 0.01
HSL 44.55º 0.98% 0.54% -
HSV(B) 44.55º 0.92% 0.99% -
XYZ 59.7 59.07 8.92 -
YUV 191.22 31.38 172.07 -
System Red Green Blue C M Y K H S L
Decimal 253 193 20 0 0.24 0.92 0.01 44.55 0.98 0.54
Hex FD C1 14 0 18 5C 1 2D 62 36
Octal 375 301 24 0 30 134 1 55 142 66
Binary 11111101 11000001 10100 0 11000 1011100 1 101101 1100010 110110

Color Harmonies of #FDC114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC114

Black with #FDC114

Text Example


Text Example

White with #FDC114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC114; }

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

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

background-color css

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

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

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

border-color css

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

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

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