Html Css Color HEX #FCBC1D Moon Yellow

📋 copy color: '#FCBC1D'

red 252 ◦ green 188 ◦ blue 29

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

Shades of Moon Yellow #FCBC1D

Tints of Moon Yellow #FCBC1D

RGB

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

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

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

R = 53.73%
G = 40.09%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FCBC1D (or 0xFCBC1D) is known color: Moon Yellow. HEX triplet: FC, BC and 1D. RGB value is (252,188,29). Sum of RGB (Red+Green+Blue) = 252+188+29=469 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.73% from 469); Green value is 188 (73.83% from 255 or 40.09% from 469); Blue value is 29 (11.72% from 255 or 6.18% from 469); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBC1D is #0343E2. Grayscale: #BDBDBD. Windows color (decimal): -213987 or 1948924. OLE color: 1948924.

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

Color convert

RGB 252 188 29 -
CMYK 0 0.25 0.88 0.01
HSL 42.78º 0.97% 0.55% -
HSV(B) 42.78º 0.88% 0.99% -
XYZ 58.35 56.75 9.04 -
YUV 189.01 37.7 172.93 -
System Red Green Blue C M Y K H S L
Decimal 252 188 29 0 0.25 0.88 0.01 42.78 0.97 0.55
Hex FC BC 1D 0 19 58 1 2B 61 37
Octal 374 274 35 0 31 130 1 53 141 67
Binary 11111100 10111100 11101 0 11001 1011000 1 101011 1100001 110111

Color Harmonies of #FCBC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBC1D

Black with #FCBC1D

Text Example


Text Example

White with #FCBC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBC1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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