Html Css Color HEX #FCC218 Moon Yellow

📋 copy color: '#FCC218'

red 252 ◦ green 194 ◦ blue 24

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

Shades of Moon Yellow #FCC218

Tints of Moon Yellow #FCC218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.11%

R = 53.62%
G = 41.28%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FCC218 (or 0xFCC218) is known color: Moon Yellow. HEX triplet: FC, C2 and 18. RGB value is (252,194,24). Sum of RGB (Red+Green+Blue) = 252+194+24=470 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.62% from 470); Green value is 194 (76.17% from 255 or 41.28% from 470); Blue value is 24 (9.77% from 255 or 5.11% from 470); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC218 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC218 is #033DE7. Grayscale: #C0C0C0. Windows color (decimal): -212456 or 1622780. OLE color: 1622780.

HSL color Cylindrical-coordinate representation of color #FCC218: hue angle of 44.74º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FCC218 is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 194 24 -
CMYK 0 0.23 0.90 0.01
HSL 44.74º 0.97% 0.54% -
HSV(B) 44.74º 0.9% 0.99% -
XYZ 59.6 59.34 9.18 -
YUV 191.96 33.22 170.82 -
System Red Green Blue C M Y K H S L
Decimal 252 194 24 0 0.23 0.90 0.01 44.74 0.97 0.54
Hex FC C2 18 0 17 5A 1 2D 61 36
Octal 374 302 30 0 27 132 1 55 141 66
Binary 11111100 11000010 11000 0 10111 1011010 1 101101 1100001 110110

Color Harmonies of #FCC218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC218

Black with #FCC218

Text Example


Text Example

White with #FCC218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC218; }

 p { color: rgb(252,194,24); }

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

background-color css

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

 a { background-color: rgb(252,194,24); }

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

border-color css

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

 span { border-color: rgb(252,194,24); }

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