Html Css Color HEX #FCC313 Moon Yellow

📋 copy color: '#FCC313'

red 252 ◦ green 195 ◦ blue 19

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

Shades of Moon Yellow #FCC313

Tints of Moon Yellow #FCC313

RGB

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

 GREEN value IS 195 (76.56% from 255) = 41.85%

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

R = 54.08%
G = 41.85%
B = 4.08%

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

#FCC313 (or 0xFCC313) is known color: Moon Yellow. HEX triplet: FC, C3 and 13. RGB value is (252,195,19). Sum of RGB (Red+Green+Blue) = 252+195+19=466 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.08% from 466); Green value is 195 (76.56% from 255 or 41.85% from 466); Blue value is 19 (7.81% from 255 or 4.08% from 466); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC313 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC313 is #033CEC. Grayscale: #C0C0C0. Windows color (decimal): -212205 or 1295356. OLE color: 1295356.

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

Color convert

RGB 252 195 19 -
CMYK 0 0.23 0.92 0.01
HSL 45.32º 0.97% 0.53% -
HSV(B) 45.32º 0.92% 0.99% -
XYZ 59.78 59.77 9 -
YUV 191.98 30.38 170.81 -
System Red Green Blue C M Y K H S L
Decimal 252 195 19 0 0.23 0.92 0.01 45.32 0.97 0.53
Hex FC C3 13 0 17 5C 1 2D 61 35
Octal 374 303 23 0 27 134 1 55 141 65
Binary 11111100 11000011 10011 0 10111 1011100 1 101101 1100001 110101

Color Harmonies of #FCC313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC313

Black with #FCC313

Text Example


Text Example

White with #FCC313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC313; }

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

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

background-color css

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

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

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

border-color css

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

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

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