Html Css Color HEX #FCC314 Moon Yellow

📋 copy color: '#FCC314'

red 252 ◦ green 195 ◦ blue 20

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

Shades of Moon Yellow #FCC314

Tints of Moon Yellow #FCC314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.28%

R = 53.96%
G = 41.76%
B = 4.28%

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

#FCC314 (or 0xFCC314) is known color: Moon Yellow. HEX triplet: FC, C3 and 14. RGB value is (252,195,20). Sum of RGB (Red+Green+Blue) = 252+195+20=467 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.96% from 467); Green value is 195 (76.56% from 255 or 41.76% from 467); Blue value is 20 (8.20% from 255 or 4.28% from 467); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC314 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC314 is #033CEB. Grayscale: #C0C0C0. Windows color (decimal): -212204 or 1360892. OLE color: 1360892.

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

Color convert

RGB 252 195 20 -
CMYK 0 0.23 0.92 0.01
HSL 45.26º 0.97% 0.53% -
HSV(B) 45.26º 0.92% 0.99% -
XYZ 59.79 59.78 9.05 -
YUV 192.09 30.88 170.73 -
System Red Green Blue C M Y K H S L
Decimal 252 195 20 0 0.23 0.92 0.01 45.26 0.97 0.53
Hex FC C3 14 0 17 5C 1 2D 61 35
Octal 374 303 24 0 27 134 1 55 141 65
Binary 11111100 11000011 10100 0 10111 1011100 1 101101 1100001 110101

Color Harmonies of #FCC314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC314

Black with #FCC314

Text Example


Text Example

White with #FCC314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC314; }

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

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

background-color css

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

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

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

border-color css

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

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

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