Html Css Color HEX #FCC31D Moon Yellow

📋 copy color: '#FCC31D'

red 252 ◦ green 195 ◦ blue 29

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

Shades of Moon Yellow #FCC31D

Tints of Moon Yellow #FCC31D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.09%

R = 52.94%
G = 40.97%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FCC31D (or 0xFCC31D) is known color: Moon Yellow. HEX triplet: FC, C3 and 1D. RGB value is (252,195,29). Sum of RGB (Red+Green+Blue) = 252+195+29=476 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.94% from 476); Green value is 195 (76.56% from 255 or 40.97% from 476); Blue value is 29 (11.72% from 255 or 6.09% from 476); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC31D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC31D is #033CE2. Grayscale: #C1C1C1. Windows color (decimal): -212195 or 1950716. OLE color: 1950716.

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

Color convert

RGB 252 195 29 -
CMYK 0 0.23 0.88 0.01
HSL 44.66º 0.97% 0.55% -
HSV(B) 44.66º 0.88% 0.99% -
XYZ 59.88 59.81 9.55 -
YUV 193.12 35.38 170 -
System Red Green Blue C M Y K H S L
Decimal 252 195 29 0 0.23 0.88 0.01 44.66 0.97 0.55
Hex FC C3 1D 0 17 58 1 2D 61 37
Octal 374 303 35 0 27 130 1 55 141 67
Binary 11111100 11000011 11101 0 10111 1011000 1 101101 1100001 110111

Color Harmonies of #FCC31D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC31D

Black with #FCC31D

Text Example


Text Example

White with #FCC31D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC31D; }

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

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

background-color css

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

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

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

border-color css

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

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

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