Html Css Color HEX #FCC113 Moon Yellow

📋 copy color: '#FCC113'

red 252 ◦ green 193 ◦ blue 19

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

Shades of Moon Yellow #FCC113

Tints of Moon Yellow #FCC113

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.59%

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

R = 54.31%
G = 41.59%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FCC113 (or 0xFCC113) is known color: Moon Yellow. HEX triplet: FC, C1 and 13. RGB value is (252,193,19). Sum of RGB (Red+Green+Blue) = 252+193+19=464 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.31% from 464); Green value is 193 (75.78% from 255 or 41.59% from 464); Blue value is 19 (7.81% from 255 or 4.09% from 464); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC113 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC113 is #033EEC. Grayscale: #BFBFBF. Windows color (decimal): -212717 or 1294844. OLE color: 1294844.

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

Color convert

RGB 252 193 19 -
CMYK 0 0.23 0.92 0.01
HSL 44.81º 0.97% 0.53% -
HSV(B) 44.81º 0.92% 0.99% -
XYZ 59.33 58.88 8.85 -
YUV 190.81 31.05 171.65 -
System Red Green Blue C M Y K H S L
Decimal 252 193 19 0 0.23 0.92 0.01 44.81 0.97 0.53
Hex FC C1 13 0 17 5C 1 2D 61 35
Octal 374 301 23 0 27 134 1 55 141 65
Binary 11111100 11000001 10011 0 10111 1011100 1 101101 1100001 110101

Color Harmonies of #FCC113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC113

Black with #FCC113

Text Example


Text Example

White with #FCC113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC113; }

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

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

background-color css

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

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

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

border-color css

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

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

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