Html Css Color HEX #FDC616 Moon Yellow

📋 copy color: '#FDC616'

red 253 ◦ green 198 ◦ blue 22

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

Shades of Moon Yellow #FDC616

Tints of Moon Yellow #FDC616

RGB

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

 GREEN value IS 198 (77.73% from 255) = 41.86%

 BLUE value IS 22 (8.98% from 255) = 4.65%

R = 53.49%
G = 41.86%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FDC616 (or 0xFDC616) is known color: Moon Yellow. HEX triplet: FD, C6 and 16. RGB value is (253,198,22). Sum of RGB (Red+Green+Blue) = 253+198+22=473 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.49% from 473); Green value is 198 (77.73% from 255 or 41.86% from 473); Blue value is 22 (8.98% from 255 or 4.65% from 473); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC616 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC616 is #0239E9. Grayscale: #C3C3C3. Windows color (decimal): -145898 or 1492733. OLE color: 1492733.

HSL color Cylindrical-coordinate representation of color #FDC616: hue angle of 45.71º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FDC616 is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 198 22 -
CMYK 0 0.22 0.91 0.01
HSL 45.71º 0.98% 0.54% -
HSV(B) 45.71º 0.91% 0.99% -
XYZ 60.85 61.33 9.39 -
YUV 194.38 30.72 169.81 -
System Red Green Blue C M Y K H S L
Decimal 253 198 22 0 0.22 0.91 0.01 45.71 0.98 0.54
Hex FD C6 16 0 16 5B 1 2E 62 36
Octal 375 306 26 0 26 133 1 56 142 66
Binary 11111101 11000110 10110 0 10110 1011011 1 101110 1100010 110110

Color Harmonies of #FDC616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC616

Black with #FDC616

Text Example


Text Example

White with #FDC616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC616; }

 p { color: rgb(253,198,22); }

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

background-color css

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

 a { background-color: rgb(253,198,22); }

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

border-color css

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

 span { border-color: rgb(253,198,22); }

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