Html Css Color HEX #FCC31B Moon Yellow

📋 copy color: '#FCC31B'

red 252 ◦ green 195 ◦ blue 27

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

Shades of Moon Yellow #FCC31B

Tints of Moon Yellow #FCC31B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.7%

R = 53.16%
G = 41.14%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FCC31B (or 0xFCC31B) is known color: Moon Yellow. HEX triplet: FC, C3 and 1B. RGB value is (252,195,27). Sum of RGB (Red+Green+Blue) = 252+195+27=474 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.16% from 474); Green value is 195 (76.56% from 255 or 41.14% from 474); Blue value is 27 (10.94% from 255 or 5.70% from 474); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC31B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC31B is #033CE4. Grayscale: #C1C1C1. Windows color (decimal): -212197 or 1819644. OLE color: 1819644.

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

Color convert

RGB 252 195 27 -
CMYK 0 0.23 0.89 0.01
HSL 44.8º 0.97% 0.55% -
HSV(B) 44.8º 0.89% 0.99% -
XYZ 59.86 59.8 9.43 -
YUV 192.89 34.38 170.16 -
System Red Green Blue C M Y K H S L
Decimal 252 195 27 0 0.23 0.89 0.01 44.8 0.97 0.55
Hex FC C3 1B 0 17 59 1 2D 61 37
Octal 374 303 33 0 27 131 1 55 141 67
Binary 11111100 11000011 11011 0 10111 1011001 1 101101 1100001 110111

Color Harmonies of #FCC31B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC31B

Black with #FCC31B

Text Example


Text Example

White with #FCC31B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC31B; }

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

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

background-color css

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

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

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

border-color css

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

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

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