Html Css Color HEX #FCBC14 Moon Yellow

📋 copy color: '#FCBC14'

red 252 ◦ green 188 ◦ blue 20

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

Shades of Moon Yellow #FCBC14

Tints of Moon Yellow #FCBC14

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.87%

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

R = 54.78%
G = 40.87%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FCBC14 (or 0xFCBC14) is known color: Moon Yellow. HEX triplet: FC, BC and 14. RGB value is (252,188,20). Sum of RGB (Red+Green+Blue) = 252+188+20=460 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.78% from 460); Green value is 188 (73.83% from 255 or 40.87% from 460); Blue value is 20 (8.20% from 255 or 4.35% from 460); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCBC14 is #0343EB. Grayscale: #BCBCBC. Windows color (decimal): -213996 or 1359100. OLE color: 1359100.

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

Color convert

RGB 252 188 20 -
CMYK 0 0.25 0.92 0.01
HSL 43.45º 0.97% 0.53% -
HSV(B) 43.45º 0.92% 0.99% -
XYZ 58.25 56.71 8.54 -
YUV 187.98 33.2 173.66 -
System Red Green Blue C M Y K H S L
Decimal 252 188 20 0 0.25 0.92 0.01 43.45 0.97 0.53
Hex FC BC 14 0 19 5C 1 2B 61 35
Octal 374 274 24 0 31 134 1 53 141 65
Binary 11111100 10111100 10100 0 11001 1011100 1 101011 1100001 110101

Color Harmonies of #FCBC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBC14

Black with #FCBC14

Text Example


Text Example

White with #FCBC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBC14; }

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

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

background-color css

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

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

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

border-color css

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

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

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