Html Css Color HEX #FCC015 Moon Yellow

📋 copy color: '#FCC015'

red 252 ◦ green 192 ◦ blue 21

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

Shades of Moon Yellow #FCC015

Tints of Moon Yellow #FCC015

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.29%

 BLUE value IS 21 (8.59% from 255) = 4.52%

R = 54.19%
G = 41.29%
B = 4.52%

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

#FCC015 (or 0xFCC015) is known color: Moon Yellow. HEX triplet: FC, C0 and 15. RGB value is (252,192,21). Sum of RGB (Red+Green+Blue) = 252+192+21=465 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.19% from 465); Green value is 192 (75.39% from 255 or 41.29% from 465); Blue value is 21 (8.59% from 255 or 4.52% from 465); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC015 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC015 is #033FEA. Grayscale: #BFBFBF. Windows color (decimal): -212971 or 1425660. OLE color: 1425660.

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

Color convert

RGB 252 192 21 -
CMYK 0 0.24 0.92 0.01
HSL 44.42º 0.97% 0.54% -
HSV(B) 44.42º 0.92% 0.99% -
XYZ 59.13 58.45 8.87 -
YUV 190.45 32.38 171.9 -
System Red Green Blue C M Y K H S L
Decimal 252 192 21 0 0.24 0.92 0.01 44.42 0.97 0.54
Hex FC C0 15 0 18 5C 1 2C 61 36
Octal 374 300 25 0 30 134 1 54 141 66
Binary 11111100 11000000 10101 0 11000 1011100 1 101100 1100001 110110

Color Harmonies of #FCC015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC015

Black with #FCC015

Text Example


Text Example

White with #FCC015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC015; }

 p { color: rgb(252,192,21); }

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

background-color css

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

 a { background-color: rgb(252,192,21); }

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

border-color css

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

 span { border-color: rgb(252,192,21); }

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