Html Css Color HEX #FCBC1A Moon Yellow

📋 copy color: '#FCBC1A'

red 252 ◦ green 188 ◦ blue 26

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

Shades of Moon Yellow #FCBC1A

Tints of Moon Yellow #FCBC1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.58%

R = 54.08%
G = 40.34%
B = 5.58%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FCBC1A (or 0xFCBC1A) is known color: Moon Yellow. HEX triplet: FC, BC and 1A. RGB value is (252,188,26). Sum of RGB (Red+Green+Blue) = 252+188+26=466 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.08% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 26 (10.55% from 255 or 5.58% from 466); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBC1A is #0343E5. Grayscale: #BDBDBD. Windows color (decimal): -213990 or 1752316. OLE color: 1752316.

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

Color convert

RGB 252 188 26 -
CMYK 0 0.25 0.90 0.01
HSL 43.01º 0.97% 0.55% -
HSV(B) 43.01º 0.9% 0.99% -
XYZ 58.31 56.74 8.86 -
YUV 188.67 36.2 173.17 -
System Red Green Blue C M Y K H S L
Decimal 252 188 26 0 0.25 0.90 0.01 43.01 0.97 0.55
Hex FC BC 1A 0 19 5A 1 2B 61 37
Octal 374 274 32 0 31 132 1 53 141 67
Binary 11111100 10111100 11010 0 11001 1011010 1 101011 1100001 110111

Color Harmonies of #FCBC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBC1A

Black with #FCBC1A

Text Example


Text Example

White with #FCBC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBC1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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