Html Css Color HEX #FCBA19 Moon Yellow

📋 copy color: '#FCBA19'

red 252 ◦ green 186 ◦ blue 25

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

Shades of Moon Yellow #FCBA19

Tints of Moon Yellow #FCBA19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.4%

R = 54.43%
G = 40.17%
B = 5.4%

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

#FCBA19 (or 0xFCBA19) is known color: Moon Yellow. HEX triplet: FC, BA and 19. RGB value is (252,186,25). Sum of RGB (Red+Green+Blue) = 252+186+25=463 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.43% from 463); Green value is 186 (73.05% from 255 or 40.17% from 463); Blue value is 25 (10.16% from 255 or 5.40% from 463); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCBA19 is #0345E6. Grayscale: #BCBCBC. Windows color (decimal): -214503 or 1686268. OLE color: 1686268.

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

Color convert

RGB 252 186 25 -
CMYK 0 0.26 0.90 0.01
HSL 42.56º 0.97% 0.54% -
HSV(B) 42.56º 0.9% 0.99% -
XYZ 57.88 55.88 8.66 -
YUV 187.38 36.37 174.09 -
System Red Green Blue C M Y K H S L
Decimal 252 186 25 0 0.26 0.90 0.01 42.56 0.97 0.54
Hex FC BA 19 0 1A 5A 1 2B 61 36
Octal 374 272 31 0 32 132 1 53 141 66
Binary 11111100 10111010 11001 0 11010 1011010 1 101011 1100001 110110

Color Harmonies of #FCBA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBA19

Black with #FCBA19

Text Example


Text Example

White with #FCBA19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBA19; }

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

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

background-color css

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

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

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

border-color css

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

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

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