Html Css Color HEX #FCC416 Moon Yellow

📋 copy color: '#FCC416'

red 252 ◦ green 196 ◦ blue 22

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

Shades of Moon Yellow #FCC416

Tints of Moon Yellow #FCC416

RGB

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

 GREEN value IS 196 (76.95% from 255) = 41.7%

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

R = 53.62%
G = 41.7%
B = 4.68%

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

#FCC416 (or 0xFCC416) is known color: Moon Yellow. HEX triplet: FC, C4 and 16. RGB value is (252,196,22). Sum of RGB (Red+Green+Blue) = 252+196+22=470 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.62% from 470); Green value is 196 (76.95% from 255 or 41.70% from 470); Blue value is 22 (8.98% from 255 or 4.68% from 470); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC416 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC416 is #033BE9. Grayscale: #C1C1C1. Windows color (decimal): -211946 or 1492220. OLE color: 1492220.

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

Color convert

RGB 252 196 22 -
CMYK 0 0.22 0.91 0.01
HSL 45.39º 0.97% 0.54% -
HSV(B) 45.39º 0.91% 0.99% -
XYZ 60.03 60.23 9.22 -
YUV 192.91 31.55 170.15 -
System Red Green Blue C M Y K H S L
Decimal 252 196 22 0 0.22 0.91 0.01 45.39 0.97 0.54
Hex FC C4 16 0 16 5B 1 2D 61 36
Octal 374 304 26 0 26 133 1 55 141 66
Binary 11111100 11000100 10110 0 10110 1011011 1 101101 1100001 110110

Color Harmonies of #FCC416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC416

Black with #FCC416

Text Example


Text Example

White with #FCC416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC416; }

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

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

background-color css

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

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

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

border-color css

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

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

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