Html Css Color HEX #FCBA1A Moon Yellow

📋 copy color: '#FCBA1A'

red 252 ◦ green 186 ◦ blue 26

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

Shades of Moon Yellow #FCBA1A

Tints of Moon Yellow #FCBA1A

RGB

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

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

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

R = 54.31%
G = 40.09%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FCBA1A (or 0xFCBA1A) is known color: Moon Yellow. HEX triplet: FC, BA and 1A. RGB value is (252,186,26). Sum of RGB (Red+Green+Blue) = 252+186+26=464 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.31% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 26 (10.55% from 255 or 5.60% from 464); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBA1A is #0345E5. Grayscale: #BCBCBC. Windows color (decimal): -214502 or 1751804. OLE color: 1751804.

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

Color convert

RGB 252 186 26 -
CMYK 0 0.26 0.90 0.01
HSL 42.48º 0.97% 0.55% -
HSV(B) 42.48º 0.9% 0.99% -
XYZ 57.89 55.89 8.71 -
YUV 187.49 36.87 174.01 -
System Red Green Blue C M Y K H S L
Decimal 252 186 26 0 0.26 0.90 0.01 42.48 0.97 0.55
Hex FC BA 1A 0 1A 5A 1 2A 61 37
Octal 374 272 32 0 32 132 1 52 141 67
Binary 11111100 10111010 11010 0 11010 1011010 1 101010 1100001 110111

Color Harmonies of #FCBA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBA1A

Black with #FCBA1A

Text Example


Text Example

White with #FCBA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBA1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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