Html Css Color HEX #FCBE13 Moon Yellow

📋 copy color: '#FCBE13'

red 252 ◦ green 190 ◦ blue 19

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

Shades of Moon Yellow #FCBE13

Tints of Moon Yellow #FCBE13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.12%

R = 54.66%
G = 41.21%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FCBE13 (or 0xFCBE13) is known color: Moon Yellow. HEX triplet: FC, BE and 13. RGB value is (252,190,19). Sum of RGB (Red+Green+Blue) = 252+190+19=461 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.66% from 461); Green value is 190 (74.61% from 255 or 41.21% from 461); Blue value is 19 (7.81% from 255 or 4.12% from 461); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBE13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCBE13 is #0341EC. Grayscale: #BDBDBD. Windows color (decimal): -213485 or 1294076. OLE color: 1294076.

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

Color convert

RGB 252 190 19 -
CMYK 0 0.25 0.92 0.01
HSL 44.03º 0.97% 0.53% -
HSV(B) 44.03º 0.92% 0.99% -
XYZ 58.68 57.57 8.64 -
YUV 189.04 32.04 172.9 -
System Red Green Blue C M Y K H S L
Decimal 252 190 19 0 0.25 0.92 0.01 44.03 0.97 0.53
Hex FC BE 13 0 19 5C 1 2C 61 35
Octal 374 276 23 0 31 134 1 54 141 65
Binary 11111100 10111110 10011 0 11001 1011100 1 101100 1100001 110101

Color Harmonies of #FCBE13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBE13

Black with #FCBE13

Text Example


Text Example

White with #FCBE13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBE13; }

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

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

background-color css

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

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

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

border-color css

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

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

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