Html Css Color HEX #FCBA1C Moon Yellow

📋 copy color: '#FCBA1C'

red 252 ◦ green 186 ◦ blue 28

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

Shades of Moon Yellow #FCBA1C

Tints of Moon Yellow #FCBA1C

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.91%

 BLUE value IS 28 (11.33% from 255) = 6.01%

R = 54.08%
G = 39.91%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FCBA1C (or 0xFCBA1C) is known color: Moon Yellow. HEX triplet: FC, BA and 1C. RGB value is (252,186,28). Sum of RGB (Red+Green+Blue) = 252+186+28=466 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.08% from 466); Green value is 186 (73.05% from 255 or 39.91% from 466); Blue value is 28 (11.33% from 255 or 6.01% from 466); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBA1C is #0345E3. Grayscale: #BCBCBC. Windows color (decimal): -214500 or 1882876. OLE color: 1882876.

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

Color convert

RGB 252 186 28 -
CMYK 0 0.26 0.89 0.01
HSL 42.32º 0.97% 0.55% -
HSV(B) 42.32º 0.89% 0.99% -
XYZ 57.91 55.9 8.84 -
YUV 187.72 37.87 173.85 -
System Red Green Blue C M Y K H S L
Decimal 252 186 28 0 0.26 0.89 0.01 42.32 0.97 0.55
Hex FC BA 1C 0 1A 59 1 2A 61 37
Octal 374 272 34 0 32 131 1 52 141 67
Binary 11111100 10111010 11100 0 11010 1011001 1 101010 1100001 110111

Color Harmonies of #FCBA1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBA1C

Black with #FCBA1C

Text Example


Text Example

White with #FCBA1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBA1C; }

 p { color: rgb(252,186,28); }

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

background-color css

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

 a { background-color: rgb(252,186,28); }

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

border-color css

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

 span { border-color: rgb(252,186,28); }

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