Html Css Color HEX #FCBC1B Moon Yellow

📋 copy color: '#FCBC1B'

red 252 ◦ green 188 ◦ blue 27

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

Shades of Moon Yellow #FCBC1B

Tints of Moon Yellow #FCBC1B

RGB

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

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

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

R = 53.96%
G = 40.26%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FCBC1B (or 0xFCBC1B) is known color: Moon Yellow. HEX triplet: FC, BC and 1B. RGB value is (252,188,27). Sum of RGB (Red+Green+Blue) = 252+188+27=467 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.96% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 27 (10.94% from 255 or 5.78% from 467); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBC1B is #0343E4. Grayscale: #BDBDBD. Windows color (decimal): -213989 or 1817852. OLE color: 1817852.

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

Color convert

RGB 252 188 27 -
CMYK 0 0.25 0.89 0.01
HSL 42.93º 0.97% 0.55% -
HSV(B) 42.93º 0.89% 0.99% -
XYZ 58.33 56.74 8.91 -
YUV 188.78 36.7 173.09 -
System Red Green Blue C M Y K H S L
Decimal 252 188 27 0 0.25 0.89 0.01 42.93 0.97 0.55
Hex FC BC 1B 0 19 59 1 2B 61 37
Octal 374 274 33 0 31 131 1 53 141 67
Binary 11111100 10111100 11011 0 11001 1011001 1 101011 1100001 110111

Color Harmonies of #FCBC1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBC1B

Black with #FCBC1B

Text Example


Text Example

White with #FCBC1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBC1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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