Html Css Color HEX #FCC515 Moon Yellow

📋 copy color: '#FCC515'

red 252 ◦ green 197 ◦ blue 21

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

Shades of Moon Yellow #FCC515

Tints of Moon Yellow #FCC515

RGB

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

 GREEN value IS 197 (77.34% from 255) = 41.91%

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

R = 53.62%
G = 41.91%
B = 4.47%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FCC515 (or 0xFCC515) is known color: Moon Yellow. HEX triplet: FC, C5 and 15. RGB value is (252,197,21). Sum of RGB (Red+Green+Blue) = 252+197+21=470 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.62% from 470); Green value is 197 (77.34% from 255 or 41.91% from 470); Blue value is 21 (8.59% from 255 or 4.47% from 470); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC515 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC515 is #033AEA. Grayscale: #C2C2C2. Windows color (decimal): -211691 or 1426940. OLE color: 1426940.

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

Color convert

RGB 252 197 21 -
CMYK 0 0.22 0.92 0.01
HSL 45.71º 0.97% 0.54% -
HSV(B) 45.71º 0.92% 0.99% -
XYZ 60.25 60.68 9.25 -
YUV 193.38 30.72 169.81 -
System Red Green Blue C M Y K H S L
Decimal 252 197 21 0 0.22 0.92 0.01 45.71 0.97 0.54
Hex FC C5 15 0 16 5C 1 2E 61 36
Octal 374 305 25 0 26 134 1 56 141 66
Binary 11111100 11000101 10101 0 10110 1011100 1 101110 1100001 110110

Color Harmonies of #FCC515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC515

Black with #FCC515

Text Example


Text Example

White with #FCC515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC515; }

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

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

background-color css

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

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

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

border-color css

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

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

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