Html Css Color HEX #FCC316 Moon Yellow

📋 copy color: '#FCC316'

red 252 ◦ green 195 ◦ blue 22

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

Shades of Moon Yellow #FCC316

Tints of Moon Yellow #FCC316

RGB

 RED value IS 252 (98.83% from 255) = 53.73%

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

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

R = 53.73%
G = 41.58%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FCC316 (or 0xFCC316) is known color: Moon Yellow. HEX triplet: FC, C3 and 16. RGB value is (252,195,22). Sum of RGB (Red+Green+Blue) = 252+195+22=469 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.73% from 469); Green value is 195 (76.56% from 255 or 41.58% from 469); Blue value is 22 (8.98% from 255 or 4.69% from 469); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC316 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC316 is #033CE9. Grayscale: #C1C1C1. Windows color (decimal): -212202 or 1491964. OLE color: 1491964.

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

Color convert

RGB 252 195 22 -
CMYK 0 0.23 0.91 0.01
HSL 45.13º 0.97% 0.54% -
HSV(B) 45.13º 0.91% 0.99% -
XYZ 59.8 59.78 9.15 -
YUV 192.32 31.88 170.57 -
System Red Green Blue C M Y K H S L
Decimal 252 195 22 0 0.23 0.91 0.01 45.13 0.97 0.54
Hex FC C3 16 0 17 5B 1 2D 61 36
Octal 374 303 26 0 27 133 1 55 141 66
Binary 11111100 11000011 10110 0 10111 1011011 1 101101 1100001 110110

Color Harmonies of #FCC316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC316

Black with #FCC316

Text Example


Text Example

White with #FCC316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC316; }

 p { color: rgb(252,195,22); }

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

background-color css

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

 a { background-color: rgb(252,195,22); }

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

border-color css

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

 span { border-color: rgb(252,195,22); }

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