Html Css Color HEX #FCC613 Moon Yellow

📋 copy color: '#FCC613'

red 252 ◦ green 198 ◦ blue 19

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

Shades of Moon Yellow #FCC613

Tints of Moon Yellow #FCC613

RGB

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

 GREEN value IS 198 (77.73% from 255) = 42.22%

 BLUE value IS 19 (7.81% from 255) = 4.05%

R = 53.73%
G = 42.22%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FCC613 (or 0xFCC613) is known color: Moon Yellow. HEX triplet: FC, C6 and 13. RGB value is (252,198,19). Sum of RGB (Red+Green+Blue) = 252+198+19=469 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.73% from 469); Green value is 198 (77.73% from 255 or 42.22% from 469); Blue value is 19 (7.81% from 255 or 4.05% from 469); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC613 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC613 is #0339EC. Grayscale: #C2C2C2. Windows color (decimal): -211437 or 1296124. OLE color: 1296124.

HSL color Cylindrical-coordinate representation of color #FCC613: hue angle of 46.09º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FCC613 is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 198 19 -
CMYK 0 0.21 0.92 0.01
HSL 46.09º 0.97% 0.53% -
HSV(B) 46.09º 0.92% 0.99% -
XYZ 60.46 61.13 9.23 -
YUV 193.74 29.39 169.55 -
System Red Green Blue C M Y K H S L
Decimal 252 198 19 0 0.21 0.92 0.01 46.09 0.97 0.53
Hex FC C6 13 0 15 5C 1 2E 61 35
Octal 374 306 23 0 25 134 1 56 141 65
Binary 11111100 11000110 10011 0 10101 1011100 1 101110 1100001 110101

Color Harmonies of #FCC613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC613

Black with #FCC613

Text Example


Text Example

White with #FCC613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC613; }

 p { color: rgb(252,198,19); }

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

background-color css

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

 a { background-color: rgb(252,198,19); }

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

border-color css

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

 span { border-color: rgb(252,198,19); }

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