Html Css Color HEX #FCBE16 Moon Yellow

📋 copy color: '#FCBE16'

red 252 ◦ green 190 ◦ blue 22

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

Shades of Moon Yellow #FCBE16

Tints of Moon Yellow #FCBE16

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.95%

 BLUE value IS 22 (8.98% from 255) = 4.74%

R = 54.31%
G = 40.95%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FCBE16 (or 0xFCBE16) is known color: Moon Yellow. HEX triplet: FC, BE and 16. RGB value is (252,190,22). Sum of RGB (Red+Green+Blue) = 252+190+22=464 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.31% from 464); Green value is 190 (74.61% from 255 or 40.95% from 464); Blue value is 22 (8.98% from 255 or 4.74% from 464); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBE16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCBE16 is #0341E9. Grayscale: #BEBEBE. Windows color (decimal): -213482 or 1490684. OLE color: 1490684.

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

Color convert

RGB 252 190 22 -
CMYK 0 0.25 0.91 0.01
HSL 43.83º 0.97% 0.54% -
HSV(B) 43.83º 0.91% 0.99% -
XYZ 58.7 57.58 8.78 -
YUV 189.39 33.54 172.66 -
System Red Green Blue C M Y K H S L
Decimal 252 190 22 0 0.25 0.91 0.01 43.83 0.97 0.54
Hex FC BE 16 0 19 5B 1 2C 61 36
Octal 374 276 26 0 31 133 1 54 141 66
Binary 11111100 10111110 10110 0 11001 1011011 1 101100 1100001 110110

Color Harmonies of #FCBE16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBE16

Black with #FCBE16

Text Example


Text Example

White with #FCBE16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBE16; }

 p { color: rgb(252,190,22); }

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

background-color css

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

 a { background-color: rgb(252,190,22); }

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

border-color css

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

 span { border-color: rgb(252,190,22); }

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